MCPcopy
hub / github.com/tinyplex/tinybase / delValues

Function delValues

src/store/index.ts:1864–1869  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1862 );
1863
1864 const delValues = (): Store =>
1865 fluentTransaction(() =>
1866 (whileMutating(() => middleware[11]?.()) ?? true)
1867 ? setValidValues({}, true)
1868 : 0,
1869 );
1870
1871 const delValue = (valueId: Id, skipMiddleware?: boolean): Store =>
1872 fluentTransaction(

Callers 2

setOrDelValuesFunction · 0.70
setValuesSchemaFunction · 0.70

Calls 3

fluentTransactionFunction · 0.70
whileMutatingFunction · 0.70
setValidValuesFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…