MCPcopy 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.tsFile · 0.80
disconnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected