MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Round5Hi

Method Round5Hi

internal/utils/fasttime/time_fast.go:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89func (this *FastTime) Round5Hi() string {
90 return this.round5Hi
91}
92
93func (this *FastTime) Format(layout string) string {
94 return timeutil.Format(layout, this.rawTime)

Callers 3

TestFastTime_UnixFloorFunction · 0.80
AddBandwidthMethod · 0.80
AddTrafficMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestFastTime_UnixFloorFunction · 0.64