milestone 33: contract closure — samples, file-authority enumeration, dead code, bundle ceiling

This commit is contained in:
2026-08-22 23:31:37 +02:00
parent e5f23d5466
commit 51cda8b8cb
49 changed files with 397 additions and 113 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ pub fn view(cfg: model.Config) View {
/// Reads, merges, validates, writes, and — when the password changed — ends
/// every session. Returns the configuration as it now stands.
pub fn applyPut(
fn applyPut(
state: *server.WebState,
io: std.Io,
arena: Allocator,