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

Function dataflow_stringify

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

Source from the content-addressed store, hash-verified

59}
60
61const char* dataflow_stringify(void* dataflow)
62{
63 DataFlow* df = static_cast<DataFlow*>(dataflow);
64 return strdup(df->stringify().c_str());
65}
66
67void free_dataflow_stringify(char* buf)
68{

Callers

nothing calls this directly

Calls 1

stringifyMethod · 0.80

Tested by

no test coverage detected