MCPcopy Create free account
hub / github.com/tinyplex/tinybase / clear

Method clear

test/unit/persisters/common/mocks.ts:824–826  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

822 }
823
824 clear(): void {
825 this.data.clear();
826 }
827}
828
829const STORAGE_PREFIX = 'tinybase_';

Callers

nothing calls this directly

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected