MCPcopy Create free account
hub / github.com/akalin/gopar / OnFileEntryLoad

Method OnFileEntryLoad

par1/decoder.go:35–35  ·  view source on GitHub ↗
(i, n int, filename, entryInfo string)

Source from the content-addressed store, hash-verified

33type DecoderDelegate interface {
34 OnHeaderLoad(headerInfo string)
35 OnFileEntryLoad(i, n int, filename, entryInfo string)
36 OnCommentLoad(comment []byte)
37 OnDataFileLoad(i, n int, path string, byteCount int, corrupt bool, err error)
38 OnDataFileWrite(i, n int, path string, byteCount int, err error)

Callers 1

newDecoderFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected