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

Method constructor

src/lib/RequestStore.ts:32–37  ·  view source on GitHub ↗
(storeOptions = persistOptions.get())

Source from the content-addressed store, hash-verified

30 private storeOptions: Options;
31
32 constructor(storeOptions = persistOptions.get()) {
33 this.leafMap = {};
34 this.store = {};
35 this.disabledHosts = new Set();
36 this.storeOptions = storeOptions;
37 }
38
39 public options = (options?: Partial<Options>): Readonly<Options> => {
40 if (!options) return this.storeOptions;

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected