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

Function stampClone

src/common/stamps.ts:20–23  ·  view source on GitHub ↗
([value, hlc]: Stamp<
  Value,
  boolean
>)

Source from the content-addressed store, hash-verified

18export type ValuesStampMap = StampMap<ValueStamp<true>>;
19
20export const stampClone = <Value>([value, hlc]: Stamp<
21 Value,
22 boolean
23>): Stamp<Value> => stampNew(value, hlc);
24
25export const stampNew = <Value>(
26 value: Value,

Callers

nothing calls this directly

Calls 1

stampNewFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…