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

Method visit

native/desc/Node.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 : _visitedCount(0), _id(0) {}
17
18 void Node::visit(time_t timestamp) {
19 _visitedCount++;
20 BDLOG("visit id:%s times %d", this->getId().c_str(), this->_visitedCount);
21 }
22
23 std::string Node::toString() const {
24 return this->getId();

Callers 1

getOperateOptMethod · 0.80

Calls 2

getIdMethod · 0.95
c_strMethod · 0.45

Tested by

no test coverage detected