()
| 633 | static destroyContext(context) {} |
| 634 | |
| 635 | toJSON() { |
| 636 | const json = super.toJSON(); |
| 637 | json.functionNodes = FunctionBuilder.fromKernel(this, CPUFunctionNode).toJSON(); |
| 638 | return json; |
| 639 | } |
| 640 | |
| 641 | setOutput(output) { |
| 642 | super.setOutput(output); |
nothing calls this directly
no test coverage detected