| 566 | } |
| 567 | |
| 568 | int |
| 569 | TclInterpreter::setInt(int* data, int numArgs, bool scalar) |
| 570 | { |
| 571 | wrapper.setOutputs(interp, data, numArgs); |
| 572 | return 0; |
| 573 | } |
| 574 | |
| 575 | int |
| 576 | TclInterpreter::setDouble(double* data, int numArgs, bool scalar) |
nothing calls this directly
no test coverage detected