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

Method getVisitedCount

native/desc/Node.h:41–41  ·  view source on GitHub ↗

Get the visited count \return Visited count

Source from the content-addressed store, hash-verified

39 /// Get the visited count
40 /// \return Visited count
41 int getVisitedCount() const { return this->_visitedCount; }
42
43 // implements Serializable
44 std::string toString() const override;

Calls

no outgoing calls

Tested by

no test coverage detected