MCPcopy Create free account
hub / github.com/aptdnfapt/qwen-code-oai-proxy / closeUsageStore

Function closeUsageStore

src/utils/usageStore.ts:330–335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328}
329
330export function closeUsageStore(): void {
331 if (_db) {
332 _db.close();
333 _db = null;
334 }
335}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected