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

Method Key

schema/message.go:47–49  ·  view source on GitHub ↗

Key is key interface

()

Source from the content-addressed store, hash-verified

45
46// Key is key interface
47func (m *KeyUint) Key() driver.Value {
48 return driver.Value(m.ID)
49}

Callers 1

TestMessageFunction · 0.95

Calls 1

ValueMethod · 0.65

Tested by 1

TestMessageFunction · 0.76