MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / buildPodFullName

Function buildPodFullName

network/plugins.go:531–533  ·  view source on GitHub ↗
(name, namespace string)

Source from the content-addressed store, hash-verified

529}
530
531func buildPodFullName(name, namespace string) string {
532 return name + "_" + namespace
533}

Callers 3

GetPodNetworkStatusMethod · 0.85
SetUpPodMethod · 0.85
TearDownPodMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…