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

Method toString

native/Base.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 std::string Rect::toString() const {
111 std::stringstream strs;
112 strs << "[" << this->left << "," << this->top
113 << "][" << this->right << "," << this->bottom << "]";
114 return strs.str();
115 }
116
117 bool Rect::operator==(const Rect &node) const {
118 return this->left == node.left &&

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected