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

Function newContentStampMap

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:2515–2518  ·  view source on GitHub ↗
(time = EMPTY_STRING)

Source from the content-addressed store, hash-verified

2513 InvalidValue: 1
2514};
2515var newContentStampMap = (time = EMPTY_STRING) => [
2516 stampNewMap(time),
2517 stampNewMap(time)
2518];
2519var validateMergeableContent = (mergeableContent) => isArray(mergeableContent) && size(mergeableContent) == 2 && stampValidate(
2520 mergeableContent[0],
2521 (tableStamps) => objValidate(

Callers 2

createMergeableStoreFunction · 0.70
setMergeableContentFunction · 0.70

Calls 1

stampNewMapFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…