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

Method UnixMilli

internal/utils/fasttime/time_fast.go:77–79  ·  view source on GitHub ↗

UnixMilli 获取时间戳,精确到毫秒

()

Source from the content-addressed store, hash-verified

75
76// UnixMilli 获取时间戳,精确到毫秒
77func (this *FastTime) UnixMilli() int64 {
78 return this.unixTimeMilli
79}
80
81func (this *FastTime) UnixMilliString() (int64, string) {
82 return this.unixTimeMilli, this.unixTimeMilliString

Callers 4

TestFastTime_UnixFunction · 0.80
NewFastTimeFunction · 0.80
NewOpenFilePoolFunction · 0.80
AddElementMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestFastTime_UnixFunction · 0.64