MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / Error

Method Error

native/thirdpart/flatbuffers/idl_parser.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149CheckedError Parser::Error(const std::string &msg) {
150 Message("error: " + msg);
151 return CheckedError(true);
152}
153
154inline CheckedError NoError() { return CheckedError(false); }
155

Callers 5

atotFunction · 0.45
AcceptEnumeratorMethod · 0.45
AssignEnumeratorValueMethod · 0.45
ValidateImplMethod · 0.45
ValidateValueMethod · 0.45

Calls 2

MessageClass · 0.85
CheckedErrorClass · 0.85

Tested by

no test coverage detected