Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
283
function
packHeader(length) {
Callers
3
encodePack
Function · 0.70
unpackStream
Function · 0.50
test-pack-codec.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected