MCPcopy Index your code
hub / github.com/AndrewWalsh/openapi-devtools / clear

Method clear

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

Source from the content-addressed store, hash-verified

63 };
64
65 public clear(): void {
66 this.store = {};
67 this.leafMap = {};
68 this.disabledHosts = new Set();
69 }
70
71 public endpoints(): Array<Endpoint> {
72 const withoutDisabled = omit(

Callers 3

clearFunction · 0.80
MainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected