()
| 106 | } |
| 107 | |
| 108 | get inputNodes(): string[] { |
| 109 | return this._inputs.map(node => node.signatureKey || node.name); |
| 110 | } |
| 111 | |
| 112 | get outputNodes(): string[] { |
| 113 | return this._outputs.map((node) => { |
nothing calls this directly
no outgoing calls
no test coverage detected