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

Function NewKey

datasource/sqlite/conn.go:341–341  ·  view source on GitHub ↗
(key uint64)

Source from the content-addressed store, hash-verified

339}
340
341func NewKey(key uint64) *Key { return &Key{key} }
342func (m *Key) Key() driver.Value { return driver.Value(m.Id) }
343func (m *Key) Less(than btree.Item) bool {
344 switch it := than.(type) {

Callers 2

LoadTestDataOnceFunction · 0.92
PutMethod · 0.70

Calls

no outgoing calls

Tested by 1

LoadTestDataOnceFunction · 0.74