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

Method setDisabledHosts

src/lib/RequestStore.ts:134–136  ·  view source on GitHub ↗
(disabledHosts: Set<string>)

Source from the content-addressed store, hash-verified

132 }
133
134 public setDisabledHosts(disabledHosts: Set<string>): void {
135 this.disabledHosts = disabledHosts;
136 }
137}

Callers 2

onChangeFunction · 0.80
MainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected