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

Function dataflow_create

src_cpp/yaafe-python/yaafecoreDataFlow.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32using namespace std;
33
34void* dataflow_create() {
35 return static_cast<void*>(new DataFlow());
36}
37
38void dataflow_destroy(void* df) {
39 DataFlow* ptr = static_cast<DataFlow*>(df);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected