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

Function final

cjs/src/connection.js:868–872  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

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

Callers 1

CommandCompleteFunction · 0.70

Calls 2

writeMethod · 0.65
endMethod · 0.65

Tested by

no test coverage detected