MCPcopy
hub / github.com/containerd/containerd / FromTimestamp

Function FromTimestamp

pkg/protobuf/timestamp.go:34–36  ·  view source on GitHub ↗

FromTimestamp creates time.Time from protobuf's Timestamp.

(from *timestamppb.Timestamp)

Source from the content-addressed store, hash-verified

32
33// FromTimestamp creates time.Time from protobuf's Timestamp.
34func FromTimestamp(from *timestamppb.Timestamp) time.Time {
35 return from.AsTime()
36}

Callers 15

WaitMethod · 0.92
DeleteMethod · 0.92
imageFromProtoFunction · 0.92
StatusMethod · 0.92
WaitMethod · 0.92
DeleteMethod · 0.92
SubscribeMethod · 0.92
containerFromProtoFunction · 0.92
FromProtoFunction · 0.92
InfoFromProtoFunction · 0.92
CreateMethod · 0.92
ListMethod · 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…