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

Function NewKeyUint

schema/message.go:42–44  ·  view source on GitHub ↗

NewKeyUint simple new uint64 key

(key uint64)

Source from the content-addressed store, hash-verified

40
41// NewKeyUint simple new uint64 key
42func NewKeyUint(key uint64) *KeyUint {
43 return &KeyUint{key}
44}
45
46// Key is key interface
47func (m *KeyUint) Key() driver.Value {

Callers 3

putValuesMethod · 0.92
DeleteExpressionMethod · 0.92
TestMessageFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestMessageFunction · 0.74