MCPcopy Index your code
hub / github.com/coder/coder / floatPtr

Function floatPtr

scripts/aibridgepricesgen/main_test.go:161–161  ·  view source on GitHub ↗
(v float64)

Source from the content-addressed store, hash-verified

159}
160
161func floatPtr(v float64) *float64 { return &v }
162func int64Ptr(v int64) *int64 { return &v }

Callers 2

TestToMicrosFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected