MCPcopy 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
161func floatPtr(v float64) *float64 { return &v }
162func int64Ptr(v int64) *int64 { return &v }

Callers 2

TestToMicrosFunction · 0.70
TestValidateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected