MCPcopy
hub / github.com/typicode/lowdb / write

Method write

src/adapters/node/TextFile.ts:33–35  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

31 }
32
33 write(str: string): Promise<void> {
34 return this.#writer.write(str)
35 }
36}
37
38export class TextFileSync implements SyncAdapter<string> {

Callers 2

JSONFile.test.tsFile · 0.45
TextFile.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected