MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / operator<

Method operator<

native/thirdpart/flatbuffers/flatbuffers.h:640–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638 // clang-format on
639
640 bool operator<(const String &o) const {
641 return StringLessThan(this->data(), this->size(), o.data(), o.size());
642 }
643};
644
645// Convenience function to get std::string from a String returning an empty

Callers

nothing calls this directly

Calls 3

StringLessThanFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected