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

Function methods

stampit.ts:737–739  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

735
736const staticUtils: StaticUtilities = {
737 methods(...args) {
738 return this.compose({ methods: assign({}, ...args) });
739 },
740 properties(...args) {
741 return this.compose({ properties: assign({}, ...args) });
742 },

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…