MCPcopy
hub / github.com/creationix/js-git / write

Function write

lib/pack-codec.js:277–280  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

275 }
276 };
277 function write(chunk) {
278 sha1sum.update(chunk);
279 emit(chunk);
280 }
281}
282
283function packHeader(length) {

Callers 3

encodePackFunction · 0.70
unpackStreamFunction · 0.50
test-pack-codec.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected