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

Function stampNewObj

src/common/stamps.ts:60–61  ·  view source on GitHub ↗
(hlc = EMPTY_STRING)

Source from the content-addressed store, hash-verified

58};
59
60export const stampNewObj = <Thing>(hlc = EMPTY_STRING): Stamp<IdObj<Thing>> =>
61 stampNew(objNew<Thing>(), hlc);
62
63export const stampNewMap = <Thing>(hlc = EMPTY_STRING): StampMap<Thing> => [
64 mapNew<Id, Thing>(),

Callers 4

getMergeableTableDiffFunction · 0.90
getMergeableRowDiffFunction · 0.90
getMergeableCellDiffFunction · 0.90
getChangesFromOtherStoreFunction · 0.90

Calls 2

objNewFunction · 0.90
stampNewFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…