Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinyplex/tinybase
/ delSchema
Method
delSchema
src/@types/store/index.d.ts:613–613 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
611
612
/// Store.delSchema
613
delSchema(): this;
614
615
/// Store.transaction
616
transaction<Return>(actions: () => Return, doRollback?: DoRollback): Return;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected