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

Function free_dataflow_stringify

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

Source from the content-addressed store, hash-verified

65}
66
67void free_dataflow_stringify(char* buf)
68{
69 if (buf != NULL) {
70 free(buf);
71 buf = NULL;
72 }
73}
74
75void dataflow_dumpdot(void* dataflow, char* filename)
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected