| 1340 | */ |
| 1341 | |
| 1342 | static void doRunPromiseJobs(void *machine, void *refcon, uint8_t *message, uint16_t messageLength) |
| 1343 | { |
| 1344 | fxRunPromiseJobs((txMachine *)machine); |
| 1345 | } |
| 1346 | |
| 1347 | void fxQueuePromiseJobs(txMachine* the) |
| 1348 | { |
nothing calls this directly
no test coverage detected