Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinyplex/tinybase
/ delValues
Method
delValues
src/@types/store/index.d.ts:601–601 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
599
600
/// Store.delValues
601
delValues(): this;
602
603
/// Store.delValue
604
delValue(valueId: Id): this;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected