Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
161
func
floatPtr(v float64) *float64 {
return
&v }
162
func
int64Ptr(v int64) *int64 {
return
&v }
Callers
2
TestToMicros
Function · 0.85
TestConvertMissingProvider
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected