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

Method toString

native/desc/Action.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 std::string Action::toString() const {
72 std::stringstream strs;
73 strs << "{id: " << this->getId() << ", act: " << actName[this->_actionType] <<
74 ", value: " << this->_qValue << "}";
75 return strs.str();
76 }
77
78 OperatePtr Action::toOperate() const {
79 OperatePtr opt = std::make_shared<DeviceOperateWrapper>();

Callers

nothing calls this directly

Calls 2

getIdMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected