MCPcopy
hub / github.com/determined-ai/determined / NewEndStatsEvent

Function NewEndStatsEvent

agent/pkg/docker/events.go:54–56  ·  view source on GitHub ↗

NewEndStatsEvent initializes a new ending Event that is of kind 'StatsEvent' for the kind.

(kind string)

Source from the content-addressed store, hash-verified

52
53// NewEndStatsEvent initializes a new ending Event that is of kind 'StatsEvent' for the kind.
54func NewEndStatsEvent(kind string) Event {
55 return Event{Stats: &StatsEvent{Kind: kind, EndTime: ptrs.Ptr(time.Now().UTC())}}
56}

Callers 2

PullImageFunction · 0.92
PullImageMethod · 0.85

Calls 1

PtrFunction · 0.92

Tested by

no test coverage detected