MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / constructor

Method constructor

lib.esm/abi/interface.js:88–93  ·  view source on GitHub ↗

* @_ignore:

(fragment, selector, args, value)

Source from the content-addressed store, hash-verified

86 * @_ignore:
87 */
88 constructor(fragment, selector, args, value) {
89 const name = fragment.name, signature = fragment.format();
90 defineProperties(this, {
91 fragment, name, args, signature, selector, value
92 });
93 }
94}
95/**
96 * When using the [[Interface-parseError]] to automatically match an

Callers

nothing calls this directly

Calls 2

definePropertiesFunction · 0.90
formatMethod · 0.45

Tested by

no test coverage detected