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

Method constructor

lib.esm/abi/interface.js:123–128  ·  view source on GitHub ↗

* @_ignore:

(fragment, selector, args)

Source from the content-addressed store, hash-verified

121 * @_ignore:
122 */
123 constructor(fragment, selector, args) {
124 const name = fragment.name, signature = fragment.format();
125 defineProperties(this, {
126 fragment, name, args, signature, selector
127 });
128 }
129}
130/**
131 * An **Indexed** is used as a value when a value that does not

Callers

nothing calls this directly

Calls 2

definePropertiesFunction · 0.90
formatMethod · 0.45

Tested by

no test coverage detected