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

Function create

stampit.ts:770–772  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

768 return this.compose({ staticPropertyDescriptors: assign({}, ...args) });
769 },
770 create(...args) {
771 return this(...args);
772 },
773 compose: stampit, // infecting!
774};
775staticUtils.props = staticUtils.properties;

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…