Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subtrace/subtrace
/ getSuffixForNamespace
Function
getSuffixForNamespace
cmd/worker/worker.go:252–254 ·
view source on GitHub ↗
(namespaceID uuid.UUID)
Source
from the content-addressed store, hash-verified
250
}
251
252
func
getSuffixForNamespace(namespaceID uuid.UUID) string {
253
return
strings.ReplaceAll(namespaceID.String(),
"-"
,
""
)
254
}
255
256
type
tunnelConn
struct
{
257
tunnelID uuid.UUID
Callers
2
initClickhouse
Method · 0.85
suffix
Method · 0.85
Calls
1
String
Method · 0.45
Tested by
no test coverage detected