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

Function newContentStampMap

src/mergeable-store/index.ts:117–120  ·  view source on GitHub ↗
(time = EMPTY_STRING)

Source from the content-addressed store, hash-verified

115];
116
117const newContentStampMap = (time = EMPTY_STRING): ContentStampMap => [
118 stampNewMap(time),
119 stampNewMap(time),
120];
121
122const validateMergeableContent = (
123 mergeableContent: MergeableContent,

Callers 2

index.tsFile · 0.70
setMergeableContentFunction · 0.70

Calls 1

stampNewMapFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…