MCPcopy Create free account
hub / github.com/QuantiaAI/helm-agents / write

Function write

packages/persistence/src/db.ts:30–32  ·  view source on GitHub ↗
(name: string, rows: T[])

Source from the content-addressed store, hash-verified

28 }
29 },
30 write<T>(name: string, rows: T[]): void {
31 writeFileSync(pathOf(name), JSON.stringify(rows, null, 2));
32 },
33 close() {
34 /* nothing to flush — writes are synchronous */
35 },

Callers

nothing calls this directly

Calls 1

pathOfFunction · 0.85

Tested by

no test coverage detected