MCPcopy Create free account
hub / github.com/axmolengine/axmol / getDescription

Method getDescription

core/base/Value.cpp:895–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893}
894
895std::string Value::getDescription() const
896{
897 std::string ret("\n");
898 ret += visit(*this, 0);
899 return ret;
900}
901
902void Value::clear()
903{

Callers 2

getInfoMethod · 0.45
printSceneGraphMethod · 0.45

Calls 1

visitFunction · 0.85

Tested by

no test coverage detected