Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 获取当前时间戳 (毫秒)
316
func
nowTimestamp() int64 {
317
return
time.Now().UnixMilli()
318
}
Callers
3
Say
Method · 0.85
Broadcast
Method · 0.85
SendTo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected