MCPcopy Create free account
hub / github.com/containerd/nerdctl / PIDs

Method PIDs

pkg/statsutil/stats.go:213–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211}
212
213func (s *StatsEntry) PIDs() string {
214 if s.IsInvalid {
215 return "--"
216 }
217 return strconv.FormatUint(s.PidsCurrent, 10)
218}

Callers 1

RenderEntryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected