(_fn: string, inputs: string[], outputs: string[], forceDestructuring?: boolean)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected