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

Function properties

stampit.ts:740–742  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

738 return this.compose({ methods: assign({}, ...args) });
739 },
740 properties(...args) {
741 return this.compose({ properties: assign({}, ...args) });
742 },
743 initializers(...args) {
744 return this.compose({ initializers: extractUniqueFunctions(...args) });
745 },

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…