MCPcopy Create free account
hub / github.com/porsager/postgres / final

Function final

cf/src/connection.js:870–874  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

868 stream = null
869 },
870 final(callback) {
871 socket.write(b().c().end())
872 final = callback
873 stream = null
874 }
875 })
876 query.resolve(stream)
877 }

Callers 1

CommandCompleteFunction · 0.70

Calls 2

writeMethod · 0.65
endMethod · 0.65

Tested by

no test coverage detected