Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ write
Function
write
cf/polyfills.js:181–184 ·
view source on GitHub ↗
(data, cb)
Source
from the content-addressed store, hash-verified
179
}
180
181
function
write(data, cb) {
182
tcp.writer.write(data).then(cb, error)
183
return
true
184
}
185
186
function
end(data) {
187
return
data
Callers
nothing calls this directly
Calls
2
write
Method · 0.65
then
Method · 0.45
Tested by
no test coverage detected