Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ nowSeconds
Function
nowSeconds
agent/task_runtime.go:1005–1007 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1003
}
1004
1005
func
nowSeconds() float64 {
1006
return
float64(time.Now().UnixNano()) / 1e9
1007
}
Callers
11
ImportSnapshot
Method · 0.70
RegisterForegroundTask
Method · 0.70
SpawnWorker
Method · 0.70
SendMessage
Method · 0.70
StopTask
Method · 0.70
finish
Method · 0.70
setForegroundTaskTerminal
Method · 0.70
finishReusableIdle
Method · 0.70
setStatus
Method · 0.70
scheduleIdleTTLLocked
Method · 0.70
taskRecordFromMap
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected