Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ KeyInt
Struct
KeyInt
datasource/key.go:21–23 ·
view source on GitHub ↗
Variety of Key Types
Source
from the content-addressed store, hash-verified
19
// Variety of Key Types
20
type
(
21
KeyInt
struct
{
22
Id int
23
}
24
KeyInt64
struct
{
25
Id int64
26
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected