MCPcopy Create free account
hub / github.com/d1ll0n/stack-packer / _getCallWithAssignment

Method _getCallWithAssignment

src/code-gen/test/generic.ts:122–122  ·  view source on GitHub ↗
(_fn: string, inputs: string[], outputs: string[], forceDestructuring?: boolean)

Source from the content-addressed store, hash-verified

120 const refObj = usableStruct || usableGroup;
121 const getCallWithAssignment = this.getCallWithAssignment;
122 const _getCallWithAssignment = (_fn: string, inputs: string[], outputs: string[], forceDestructuring?: boolean) => getCallWithAssignment(contractName, _fn, inputs, outputs, forceDestructuring)
123 if (!refObj) {
124 // Global/group functions won't help us get/set the values we need
125 // Must use field setters

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected