Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
func
NewKeyUint(key uint64) *KeyUint {
43
return
&KeyUint{key}
44
}
45
46
// Key is key interface
47
func
(m *KeyUint) Key() driver.Value {
Callers
3
putValues
Method · 0.92
DeleteExpression
Method · 0.92
TestMessage
Function · 0.92
Calls
no outgoing calls
Tested by
1
TestMessage
Function · 0.74