* Get the source block for this input. * * @returns The block this input is part of.
()
| 63 | * @returns The block this input is part of. |
| 64 | */ |
| 65 | getSourceBlock(): Block { |
| 66 | return this.sourceBlock; |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Add a field (or label from string), and all prefix and suffix fields, to |
no outgoing calls
no test coverage detected