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

Method Warning

native/thirdpart/flatbuffers/idl_parser.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void Parser::Warning(const std::string &msg) {
146 if (!opts.no_warnings) Message("warning: " + msg);
147}
148
149CheckedError Parser::Error(const std::string &msg) {
150 Message("error: " + msg);

Callers

nothing calls this directly

Calls 1

MessageClass · 0.85

Tested by

no test coverage detected