Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/dbhub
/ clear
Method
clear
src/requests/store.ts:63–65 ·
view source on GitHub ↗
* Clear all requests (useful for testing)
()
Source
from the content-addressed store, hash-verified
61
* Clear all requests (useful
for
testing)
62
*/
63
clear(): void {
64
this.store.clear();
65
}
66
}
Callers
3
store.test.ts
File · 0.80
disconnect
Method · 0.80
requests.integration.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected