Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ PtrTo
Function
PtrTo
aibridge/utils/ptr.go:4–6 ·
view source on GitHub ↗
PtrTo returns a reference to v.
(v T)
Source
from the content-addressed store, hash-verified
2
3
// PtrTo returns a reference to v.
4
func
PtrTo[T any](v T) *T {
5
return
&v
6
}
Callers
11
TestGuessSessionID
Function · 0.92
cleanRef
Function · 0.92
TestCorrelatingToolCallID
Function · 0.92
TestScanForCorrelatingToolCallID
Function · 0.92
TestRequestPayloadCorrelatingToolCallID
Function · 0.92
TestRequestPayloadDisableParallelToolCalls
Function · 0.92
TestScanForCorrelatingToolCallID
Function · 0.92
lastUserPrompt
Method · 0.92
TestResponsesParallelToolsOverwritten
Function · 0.92
TestAnthropicToolChoiceParallelDisabled
Function · 0.92
TestChatCompletionsParallelToolCallsDisabled
Function · 0.92
Calls
no outgoing calls
Tested by
9
TestGuessSessionID
Function · 0.74
TestCorrelatingToolCallID
Function · 0.74
TestScanForCorrelatingToolCallID
Function · 0.74
TestRequestPayloadCorrelatingToolCallID
Function · 0.74
TestRequestPayloadDisableParallelToolCalls
Function · 0.74
TestScanForCorrelatingToolCallID
Function · 0.74
TestResponsesParallelToolsOverwritten
Function · 0.74
TestAnthropicToolChoiceParallelDisabled
Function · 0.74
TestChatCompletionsParallelToolCallsDisabled
Function · 0.74