MCPcopy
hub / github.com/AndrewWalsh/openapi-devtools / get

Method get

src/lib/RequestStore.ts:79–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 public get(): Readonly<RouterMap> {
80 return omit(this.store, Array.from(this.disabledHosts)) as Readonly<
81 typeof this.store
82 >;
83 }
84
85 public hosts(): Array<string> {
86 return Object.keys(this.store);

Callers 7

getResBodyJSONTypesFunction · 0.80
constructorMethod · 0.80
pruneRouterFunction · 0.80
recurseFunction · 0.80
removeFunction · 0.80
getFunction · 0.80
MainFunction · 0.80

Calls

no outgoing calls

Tested by 1

getResBodyJSONTypesFunction · 0.64