MCPcopy 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
120func defF64(src **float64, dest *float64) {
121 if *src == nil && dest != nil {
122 *src = conv.F64P(conv.F64(dest))
123 }
124}

Callers 2

TestConfig_DefaultsFunction · 0.85
DefaultsMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestConfig_DefaultsFunction · 0.68