MCPcopy Index your code
hub / github.com/upper/db / hasher

Struct hasher

internal/cache/hash.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type hasher struct {
19 t uint64
20 v interface{}
21}
22
23func (h *hasher) Hash() uint64 {
24 return NewHash(h.t, h.v)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected