MCPcopy Create free account
hub / github.com/axe-api/axe-api / resolve

Method resolve

packages/axe-api/src/Resolvers/VersionResolver.ts:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16class VersionResolver {
17 async resolve() {
18 await this.getVersions();
19 LogService.debug("All API versions have been resolved.");
20 }
21
22 private async getVersions() {
23 const api = APIService.getInstance();

Callers

nothing calls this directly

Calls 2

getVersionsMethod · 0.95
debugMethod · 0.80

Tested by

no test coverage detected