Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
void Parser::Warning(const std::string &msg) {
146
if (!opts.no_warnings) Message(
"warning: "
+ msg);
147
}
148
149
CheckedError Parser::Error(const std::string &msg) {
150
Message(
"error: "
+ msg);
Callers
nothing calls this directly
Calls
1
Message
Class · 0.85
Tested by
no test coverage detected