MCPcopy Create free account
hub / github.com/apache/thrift / postWrite

Method postWrite

test/cpp/src/TestServer.cpp:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 }
392 void preWrite(void* ctx, const char* fn_name) override { communicate("preWrite", ctx, fn_name); }
393 void postWrite(void* ctx, const char* fn_name, uint32_t bytes) override {
394 (void)bytes;
395 communicate("postWrite", ctx, fn_name);
396 }
397 void asyncComplete(void* ctx, const char* fn_name) override {
398 communicate("asyncComplete", ctx, fn_name);
399 }

Callers

nothing calls this directly

Calls 1

communicateFunction · 0.85

Tested by

no test coverage detected