MCPcopy 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
252func getSuffixForNamespace(namespaceID uuid.UUID) string {
253 return strings.ReplaceAll(namespaceID.String(), "-", "")
254}
255
256type tunnelConn struct {
257 tunnelID uuid.UUID

Callers 2

initClickhouseMethod · 0.85
suffixMethod · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected