MCPcopy Index your code
hub / github.com/cjb/GitTorrent / ack_objects_continue

Function ack_objects_continue

git.js:112–114  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

110
111 // With haves, we wait for 'ACK', but only if not ending in 'continue'.
112 function ack_objects_continue (line) {
113 return !(line.search(/^ACK/) !== -1 && line.search(/continue$/) === -1)
114 }
115
116 // Writes one line to stdin so git-upload-pack can understand.
117 function writeln (line) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected