| 176 | |
| 177 | |
| 178 | void dataflow_freeNodeList(void** nodelist) |
| 179 | { |
| 180 | free(nodelist); |
| 181 | } |
| 182 | |
| 183 | void dataflow_link(void* dataflow, void* source, char* sourceport, void* target, char* targetport) |
| 184 | { |
nothing calls this directly
no outgoing calls
no test coverage detected