Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ float64Ptr
Function
float64Ptr
tools/bash/background.go:396–398 ·
view source on GitHub ↗
(value float64)
Source
from the content-addressed store, hash-verified
394
}
395
396
func
nowSeconds() float64 {
397
return
float64(time.Now().UnixNano()) / float64(time.Second)
398
}
399
400
func
float64Ptr(value float64) *float64 {
401
return
&value
Callers
2
Cancel
Method · 0.85
finishTask
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected