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

Function NewStats

pkg/statsutil/stats.go:77–79  ·  view source on GitHub ↗

NewStats is from https://github.com/docker/cli/blob/3fb4fb83dfb5db0c0753a8316f21aea54dab32c5/cli/command/container/formatter_stats.go#L113-L116

(containerID string, containerName string)

Source from the content-addressed store, hash-verified

75
76// NewStats is from https://github.com/docker/cli/blob/3fb4fb83dfb5db0c0753a8316f21aea54dab32c5/cli/command/container/formatter_stats.go#L113-L116
77func NewStats(containerID string, containerName string) *Stats {
78 return &Stats{StatsEntry: StatsEntry{ID: containerID, Name: containerName}}
79}
80
81// SetStatistics is from https://github.com/docker/cli/blob/3fb4fb83dfb5db0c0753a8316f21aea54dab32c5/cli/command/container/formatter_stats.go#L87-L93
82func (cs *Stats) SetStatistics(s StatsEntry) {

Callers 1

StatsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…