Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/docs
/ getFullLink
Function
getFullLink
src/graphql/scripts/utils/schema-helpers.js:66–68 ·
view source on GitHub ↗
(baseType, id)
Source
from the content-addressed store, hash-verified
64
}
65
66
function
getFullLink(baseType, id) {
67
return
`/graphql/reference/${baseType}#${id}`
68
}
69
70
function
getId(path) {
71
return
removeMarkers(path).toLowerCase()
Callers
1
getArguments
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected