MCPcopy
hub / github.com/stampit-org/stampit / init

Function init

test/immutability.test.js:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 const props = { s: { deep: 1 } };
9 const deepProps = { p: { deep: 1 } };
10 const init = () => {};
11 const stamp1 = stampit({ methods, props, deepProps, init });
12
13 methods.f = () => {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…