MCPcopy Create free account
hub / github.com/ContentSquare/chproxy / scopeID

TypeAlias scopeID

scope.go:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type scopeID uint64
26
27func (sid scopeID) String() string {
28 return fmt.Sprintf("%08X", uint64(sid))

Callers 1

newScopeIDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected