MCPcopy Create free account
hub / github.com/astercloud/aster / nowTimestamp

Function nowTimestamp

pkg/core/room.go:316–318  ·  view source on GitHub ↗

nowTimestamp 获取当前时间戳 (毫秒)

()

Source from the content-addressed store, hash-verified

314
315// nowTimestamp 获取当前时间戳 (毫秒)
316func nowTimestamp() int64 {
317 return time.Now().UnixMilli()
318}

Callers 3

SayMethod · 0.85
BroadcastMethod · 0.85
SendToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected