MCPcopy 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
11func 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

KeyMethod · 0.95
NewKeyUintFunction · 0.92
EqualMethod · 0.65
ValueMethod · 0.65

Tested by

no test coverage detected