| 395 | communicate("postWrite", ctx, fn_name); |
| 396 | } |
| 397 | void asyncComplete(void* ctx, const char* fn_name) override { |
| 398 | communicate("asyncComplete", ctx, fn_name); |
| 399 | } |
| 400 | void handlerError(void* ctx, const char* fn_name) override { |
| 401 | communicate("handlerError", ctx, fn_name); |
| 402 | } |
nothing calls this directly
no test coverage detected