MCPcopy Create free account
hub / github.com/github/docs / getId

Function getId

src/graphql/scripts/utils/schema-helpers.js:70–72  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

68}
69
70function getId(path) {
71 return removeMarkers(path).toLowerCase()
72}
73
74// e.g., given `ObjectTypeDefinition`, get `objects`
75function getKind(type) {

Callers 1

getArgumentsFunction · 0.85

Calls 1

removeMarkersFunction · 0.85

Tested by

no test coverage detected