MCPcopy 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

writeMethod · 0.65
thenMethod · 0.45

Tested by

no test coverage detected