Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
type
scopeID uint64
26
27
func
(sid scopeID) String() string {
28
return
fmt.Sprintf(
"%08X"
, uint64(sid))
Callers
1
newScopeID
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected