Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ idToHex
Function
idToHex
db/api/api.go:214–216 ·
view source on GitHub ↗
(id ksuid.KSUID)
Source
from the content-addressed store, hash-verified
212
}
213
214
func
idToHex(id ksuid.KSUID) string {
215
return
hex.EncodeToString(id.Bytes())
216
}
217
218
type
buffer
struct
{
219
unmarshaler *sup.UnmarshalBSUPContext
Callers
3
LookupPoolByID
Function · 0.85
LookupBranchByID
Function · 0.85
GetCommit
Function · 0.85
Calls
1
Bytes
Method · 0.45
Tested by
no test coverage detected