MCPcopy 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
66function getFullLink(baseType, id) {
67 return `/graphql/reference/${baseType}#${id}`
68}
69
70function getId(path) {
71 return removeMarkers(path).toLowerCase()

Callers 1

getArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected