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

Method code

contrib/fb303/cpp/ServiceTracker.h:206–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 ~ServiceException() throw() {}
205 virtual const char *what() const throw() { return message_.c_str(); }
206 int code() const throw() { return code_; }
207private:
208 std::string message_;
209 int code_;

Callers 4

flushMethod · 0.80
struct_spec.rbFile · 0.80
listenMethod · 0.80
listenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected