MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / IOInfo

Class IOInfo

src_cpp/yaafe-python/yaafecoreEngine.cpp:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93struct IOInfo* engine_getInputInfos(void* engine,char* input) {
94 Engine* e = static_cast<Engine*>(engine);
95 OutputBuffer* buf = e->getInput(input);
96 if (buf==NULL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected