MCPcopy
hub / github.com/upper/db / cacheableT

Struct cacheableT

internal/cache/cache_test.go:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type cacheableT struct {
33 Name string
34}
35
36func (ct *cacheableT) Hash() uint64 {
37 s := fnv.New64()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected