Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
onChange
Function · 0.80
Main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected