Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1210
func
int64Ptr(v int64) *int64 {
return
&v }
1211
1212
func
float64Ptr(v float64) *float64 {
return
&v }
1213
1214
func
TestLaunchHeartbeat(t *testing.T) {
1215
t.Parallel()
Callers
1
TestDebugModel_Generate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected