MCPcopy 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
396func nowSeconds() float64 {
397 return float64(time.Now().UnixNano()) / float64(time.Second)
398}
399
400func float64Ptr(value float64) *float64 {
401 return &value

Callers 2

CancelMethod · 0.85
finishTaskMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected