Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
341
func
NewKey(key uint64) *Key {
return
&Key{key} }
342
func
(m *Key) Key() driver.Value {
return
driver.Value(m.Id) }
343
func
(m *Key) Less(than btree.Item) bool {
344
switch
it := than.(
type
) {
Callers
2
LoadTestDataOnce
Function · 0.92
Put
Method · 0.70
Calls
no outgoing calls
Tested by
1
LoadTestDataOnce
Function · 0.74