MCPcopy Create free account
hub / github.com/araddon/qlbridge / KeyUint

Struct KeyUint

schema/message.go:37–39  ·  view source on GitHub ↗

KeyUint implements Key interface and is simple uint64 key

Source from the content-addressed store, hash-verified

35
36// KeyUint implements Key interface and is simple uint64 key
37type KeyUint struct {
38 ID uint64
39}
40
41// NewKeyUint simple new uint64 key
42func NewKeyUint(key uint64) *KeyUint {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected