MCPcopy Index your code
hub / github.com/github/docs / isApiVersioned

Function isApiVersioned

src/rest/scripts/test-open-api-schema.js:108–110  ·  view source on GitHub ↗
(version)

Source from the content-addressed store, hash-verified

106}
107
108function isApiVersioned(version) {
109 return allVersions[version] && allVersions[version].apiVersions.length > 0
110}
111
112function getOnlyApiVersions(version) {
113 return allVersions[version].apiVersions.map(

Callers 3

createCheckObjFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected