MCPcopy
hub / github.com/NVIDIA/aistore / Cksum

Struct Cksum

cmn/cos/cksum.go:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 context string
48 }
49 Cksum struct {
50 ty string `json:"-"` // Without "json" tag, IterFields function panics
51 value string `json:"-"`
52 }
53 CksumHash struct {
54 Cksum
55 H hash.Hash

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected