Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
export
class
TextFileSync implements SyncAdapter<string> {
Callers
2
JSONFile.test.ts
File · 0.45
TextFile.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected