Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ write
Function
write
cjs/src/large.js:63–65 ·
view source on GitHub ↗
(chunk, encoding, callback)
Source
from the content-addressed store, hash-verified
61
return
new
Stream.Writable({
62
highWaterMark,
63
write(chunk, encoding, callback) {
64
lo.write(chunk).then(() => callback(), callback)
65
}
66
})
67
}
68
}).catch(reject)
Callers
nothing calls this directly
Calls
2
write
Method · 0.65
then
Method · 0.45
Tested by
no test coverage detected