Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ int64Ptr
Function
int64Ptr
scripts/aibridgepricesgen/main_test.go:162–162 ·
view source on GitHub ↗
(v int64)
Source
from the content-addressed store, hash-verified
160
161
func
floatPtr(v float64) *float64 {
return
&v }
162
func
int64Ptr(v int64) *int64 {
return
&v }
Callers
2
TestToMicros
Function · 0.70
TestValidate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected