Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ TestMessage
Function
TestMessage
schema/message_test.go:11–14 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
9
)
10
11
func
TestMessage(t *testing.T) {
12
k := schema.NewKeyUint(uint64(7))
13
assert.Equal(t, driver.Value(uint64(7)), k.Key())
14
}
Callers
nothing calls this directly
Calls
4
Key
Method · 0.95
NewKeyUint
Function · 0.92
Equal
Method · 0.65
Value
Method · 0.65
Tested by
no test coverage detected