Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ write
Function
write
src/utils/errorLogSink.ts:53–55 ·
view source on GitHub ↗
(obj: object)
Source
from the content-addressed store, hash-verified
51
const
writer = createBufferedWriter(options)
52
return
{
53
write(obj: object): void {
54
writer.write(jsonStringify(obj) +
'\n'
)
55
},
56
flush: writer.flush,
57
dispose: writer.dispose,
58
}
Callers
2
spawn_kernel
Function · 0.50
captureWrites
Function · 0.50
Calls
2
jsonStringify
Function · 0.85
write
Method · 0.45
Tested by
1
captureWrites
Function · 0.40