MCPcopy Create free account
hub / github.com/isomorphic-git/isomorphic-git / flush

Method flush

src/models/GitPktLine.js:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57
58export class GitPktLine {
59 static flush() {
60 return Buffer.from('0000', 'utf8')
61 }
62
63 static delim() {
64 return Buffer.from('0001', 'utf8')

Callers 6

writeListRefsRequestFunction · 0.80
writeReceivePackRequestFunction · 0.80
writeUploadPackRequestFunction · 0.80
writeRefsAdResponseFunction · 0.80
test-GitPktLine.jsFile · 0.80

Calls 1

fromMethod · 0.45

Tested by

no test coverage detected