Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
829
const
STORAGE_PREFIX =
'tinybase_'
;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected