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

Function setAdd

src/common/set.ts:17–20  ·  view source on GitHub ↗
(
  set: Set<Value> | undefined,
  value: Value,
)

Source from the content-addressed store, hash-verified

15 );
16
17export const setAdd = <Value>(
18 set: Set<Value> | undefined,
19 value: Value,
20): Set<Value> | undefined => set?.add(value);

Callers 15

addPreStoreListenerFunction · 0.90
addSourceStoreListenersFunction · 0.90
setQueryDefinitionImplFunction · 0.90
cellChangedFunction · 0.90
valueChangedFunction · 0.90
addDefaultsToRowFunction · 0.90
addDefaultsToValuesFunction · 0.90
setValidTablesSchemaFunction · 0.90
setValidValuesSchemaFunction · 0.90
refreshSchemaFunction · 0.90
saveTableFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…