Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/go-github
/ String
Function
String
tools/redundantptr/testdata/src/no-warnings/github.go:40–40 ·
view source on GitHub ↗
(v string)
Source
from the content-addressed store, hash-verified
38
func
Int64(v int64) *int64 {
return
Ptr(v) }
39
40
func
String(v string) *string {
return
Ptr(v) }
41
42
func
Ptr[T any](v T) *T {
43
return
&v
Callers
nothing calls this directly
Calls
1
Ptr
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…