MCPcopy 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
214func idToHex(id ksuid.KSUID) string {
215 return hex.EncodeToString(id.Bytes())
216}
217
218type buffer struct {
219 unmarshaler *sup.UnmarshalBSUPContext

Callers 3

LookupPoolByIDFunction · 0.85
LookupBranchByIDFunction · 0.85
GetCommitFunction · 0.85

Calls 1

BytesMethod · 0.45

Tested by

no test coverage detected