MCPcopy
hub / github.com/portainer/portainer / Equal

Method Equal

pkg/libhelm/time/time.go:85–85  ·  view source on GitHub ↗
(u Time)

Source from the content-addressed store, hash-verified

83func (t Time) After(u Time) bool { return t.Time.After(u.Time) }
84func (t Time) Before(u Time) bool { return t.Time.Before(u.Time) }
85func (t Time) Equal(u Time) bool { return t.Time.Equal(u.Time) }
86func (t Time) In(loc *time.Location) Time { return Time{Time: t.Time.In(loc)} }
87func (t Time) Local() Time { return Time{Time: t.Time.Local()} }
88func (t Time) Round(d time.Duration) Time { return Time{Time: t.Time.Round(d)} }

Callers 15

Test_aggregateStatusFunction · 0.80
Test_isTerminalStateFunction · 0.80
Test_encodeRegistryAuthFunction · 0.80
Test_getConfigFunction · 0.80
TestSwarmProjectStatusFunction · 0.80
Test_UpAndDownFunction · 0.80

Calls

no outgoing calls

Tested by 15

Test_aggregateStatusFunction · 0.64
Test_isTerminalStateFunction · 0.64
Test_encodeRegistryAuthFunction · 0.64
Test_getConfigFunction · 0.64
TestSwarmProjectStatusFunction · 0.64
Test_UpAndDownFunction · 0.64