Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/github/github-mcp-server
/ newGQLIntPtr
Function
newGQLIntPtr
pkg/github/pullrequests.go:2382–2388 ·
view source on GitHub ↗
(i *int32)
Source
from the content-addressed store, hash-verified
2380
}
2381
2382
func
newGQLIntPtr(i *int32) *githubv4.Int {
2383
if
i == nil {
2384
return
nil
2385
}
2386
gi := githubv4.Int(*i)
2387
return
&gi
2388
}
Callers
1
AddCommentToPendingReviewCall
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected