MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / What

Method What

extra/yassl/taocrypt/include/error.hpp:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 explicit Error(ErrorNumber w = NO_ERROR_E) : what_(w) {}
79
80 ErrorNumber What() const { return what_; }
81 void SetError(ErrorNumber w) { what_ = w; }
82};
83

Callers 15

rsa_testFunction · 0.45
AS2Function · 0.45
asn.cppFile · 0.45
GetSequenceMethod · 0.45
GetSetMethod · 0.45
GetVersionMethod · 0.45
GetExplicitVersionMethod · 0.45
DecodeMethod · 0.45
ReadHeaderMethod · 0.45
GetKeyMethod · 0.45
StoreKeyMethod · 0.45
AddDSAMethod · 0.45

Calls

no outgoing calls

Tested by 1

rsa_testFunction · 0.36