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

Struct decoderInputFileInfo

par2/decoder.go:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type decoderInputFileInfo struct {
39 fileID fileID
40 filename string
41 byteCount int
42 sixteenKHash [md5.Size]byte
43 hash [md5.Size]byte
44 checksumPairs []checksumPair
45}
46
47func decoderInputFileInfoIDs(infos []decoderInputFileInfo) []fileID {
48 fileIDs := make([]fileID, len(infos))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected