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

Function float64Ptr

coderd/x/chatd/chatdebug/model_internal_test.go:1212–1212  ·  view source on GitHub ↗
(v float64)

Source from the content-addressed store, hash-verified

1210func int64Ptr(v int64) *int64 { return &v }
1211
1212func float64Ptr(v float64) *float64 { return &v }
1213
1214func TestLaunchHeartbeat(t *testing.T) {
1215 t.Parallel()

Callers 1

TestDebugModel_GenerateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected