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