MCPcopy Index your code
hub / github.com/containerd/containerd / String

Method String

integration/nri_test.go:1220–1231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1218}
1219
1220func (e *Event) String() string {
1221 str, sep := "", ""
1222 if e.Pod != "" {
1223 str = e.Pod
1224 sep = ":"
1225 }
1226 if e.Ctr != "" {
1227 str += sep + e.Ctr
1228 sep = "/"
1229 }
1230 return str + sep + string(e.Type)
1231}
1232
1233type eventQ struct {
1234 sync.Mutex

Callers 15

gitLsRemoteCtrdTagsFunction · 0.45
numPipeFunction · 0.45
getNetworkNamespaceIPsFunction · 0.45
numTTYFunction · 0.45
ServeHTTPMethod · 0.45
initLocalCRIImageServiceFunction · 0.45
main_test.goFile · 0.45
getOwnershipFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected