Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coldbrewcloud/coldbrew-cli
/ defF64
Function
defF64
config/load.go:120–124 ·
view source on GitHub ↗
(src **float64, dest *float64)
Source
from the content-addressed store, hash-verified
118
}
119
120
func
defF64(src **float64, dest *float64) {
121
if
*src == nil && dest != nil {
122
*src = conv.F64P(conv.F64(dest))
123
}
124
}
Callers
2
TestConfig_Defaults
Function · 0.85
Defaults
Method · 0.85
Calls
no outgoing calls
Tested by
1
TestConfig_Defaults
Function · 0.68