Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/containerd/containerd
/ GoString
Method
GoString
pkg/filters/scanner.go:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(t token) GoString() string {
58
return
"token"
+ t.String()
59
}
60
61
type
scanner
struct
{
62
input string
Callers
nothing calls this directly
Calls
1
String
Method · 0.95
Tested by
no test coverage detected