MCPcopy 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

writeMethod · 0.65
thenMethod · 0.45

Tested by

no test coverage detected