Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/github/copilot-sdk
/ ptr
Function
ptr
go/session_test.go:36–38 ·
view source on GitHub ↗
(value T)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
ptr[T any](value T) *T {
37
return
&value
38
}
39
40
func
TestSession_SetModelForwardsContextTier(t *testing.T) {
41
tier := ContextTierLongContext
Callers
1
TestSession_Capabilities
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected