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

Method LookupStruct

native/thirdpart/flatbuffers/idl_parser.cpp:608–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608StructDef *Parser::LookupStruct(const std::string &id) const {
609 auto sd = structs_.Lookup(id);
610 if (sd) sd->refcount++;
611 return sd;
612}
613
614StructDef *Parser::LookupStructThruParentNamespaces(
615 const std::string &id) const {

Callers 2

DeserializeMethod · 0.80
ConformToMethod · 0.80

Calls 1

LookupMethod · 0.45

Tested by

no test coverage detected