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

Function staticPropertyDescriptors

stampit.ts:767–769  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

765 return this.compose({ propertyDescriptors: assign({}, ...args) });
766 },
767 staticPropertyDescriptors(...args) {
768 return this.compose({ staticPropertyDescriptors: assign({}, ...args) });
769 },
770 create(...args) {
771 return this(...args);
772 },

Callers

nothing calls this directly

Calls 1

assignFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…