MCPcopy Index your code
hub / github.com/coder/guts / ptr

Function ptr

convert.go:1376–1378  ·  view source on GitHub ↗
(v T)

Source from the content-addressed store, hash-verified

1374}
1375
1376func ptr[T any](v T) *T {
1377 return &v
1378}

Callers 5

NewGolangParserFunction · 0.70
IncludeCustomMethod · 0.70
parseMethod · 0.70
typescriptTypeMethod · 0.70
includeComparableMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected