| 91 | } |
| 92 | |
| 93 | struct IOInfo* engine_getInputInfos(void* engine,char* input) { |
| 94 | Engine* e = static_cast<Engine*>(engine); |
| 95 | OutputBuffer* buf = e->getInput(input); |
| 96 | if (buf==NULL) |
nothing calls this directly
no outgoing calls
no test coverage detected