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

Method hosts

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

Source from the content-addressed store, hash-verified

83 }
84
85 public hosts(): Array<string> {
86 return Object.keys(this.store);
87 }
88
89 public insert(harRequest: Entry, content: string): boolean {
90 if (!isValidRequest(harRequest, content)) return false;

Callers 1

MainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected