MCPcopy Create free account
hub / github.com/apache/thrift / ~ServiceMethod

Method ~ServiceMethod

contrib/fb303/cpp/ServiceTracker.cpp:464–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464ServiceMethod::~ServiceMethod()
465{
466 // invoke tracker to finish service
467 // note: Not expecting an exception from this code, but
468 // finishService() might conceivably throw an out-of-memory
469 // exception.
470 try {
471 tracker_->finishService(*this);
472 } catch (...) {
473 // don't throw
474 }
475}
476
477uint64_t
478ServiceMethod::step(const std::string &stepName)

Callers

nothing calls this directly

Calls 1

finishServiceMethod · 0.80

Tested by

no test coverage detected