MCPcopy Create free account
hub / github.com/apple/foundationdb / code

Method code

flow/include/flow/Error.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43public:
44 constexpr static FileIdentifier file_identifier = 14065384;
45 int code() const { return error_code; }
46 const char* name() const;
47 const char* what() const;
48 bool isInjectedFault() const {

Callers 15

initMethod · 0.45
Trace.cppFile · 0.45
BlobCipher.cppFile · 0.45
getNetworkTrafficFunction · 0.45
abspathFunction · 0.45
throwExecPathErrorFunction · 0.45
testPathFunctionFunction · 0.45
testPathFunction2Function · 0.45
ConfigureSSLContextFunction · 0.45
ConfigureSSLStreamFunction · 0.45

Calls

no outgoing calls