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

Method preRead

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

Source from the content-addressed store, hash-verified

385 delete static_cast<std::string*>(ctx);
386 }
387 void preRead(void* ctx, const char* fn_name) override { communicate("preRead", ctx, fn_name); }
388 void postRead(void* ctx, const char* fn_name, uint32_t bytes) override {
389 (void)bytes;
390 communicate("postRead", ctx, fn_name);

Callers

nothing calls this directly

Calls 1

communicateFunction · 0.85

Tested by

no test coverage detected