Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidCyrilTech/Anita-V5
/ write
Method
write
lib/lowdb/adapters/JSONFile.js:15–17 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
13
}
14
}
15
write(obj) {
16
return
this.adapter.write(JSON.stringify(obj, null, 2));
17
}
18
}
19
module.exports = { JSONFile };
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected