MCPcopy 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
1005func nowSeconds() float64 {
1006 return float64(time.Now().UnixNano()) / 1e9
1007}

Callers 11

ImportSnapshotMethod · 0.70
SpawnWorkerMethod · 0.70
SendMessageMethod · 0.70
StopTaskMethod · 0.70
finishMethod · 0.70
finishReusableIdleMethod · 0.70
setStatusMethod · 0.70
scheduleIdleTTLLockedMethod · 0.70
taskRecordFromMapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected