MCPcopy Index your code
hub / github.com/tinyplex/tinybase / delValue

Function delValue

src/store/index.ts:1871–1878  ·  view source on GitHub ↗
(valueId: Id, skipMiddleware?: boolean)

Source from the content-addressed store, hash-verified

1869 );
1870
1871 const delValue = (valueId: Id, skipMiddleware?: boolean): Store =>
1872 fluentTransaction(
1873 (valueId) =>
1874 collHas(valuesMap, valueId)
1875 ? delValidValue(valueId, skipMiddleware)
1876 : 0,
1877 valueId,
1878 );
1879
1880 const delTablesSchema = (): Store =>
1881 fluentTransaction(() => {

Callers 1

setOrDelValueFunction · 0.70

Calls 3

collHasFunction · 0.90
fluentTransactionFunction · 0.70
delValidValueFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…