MCPcopy 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
36func ptr[T any](value T) *T {
37 return &value
38}
39
40func TestSession_SetModelForwardsContextTier(t *testing.T) {
41 tier := ContextTierLongContext

Callers 1

TestSession_CapabilitiesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected