Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
895
std::string Value::getDescription() const
896
{
897
std::string ret(
"\n"
);
898
ret += visit(*this, 0);
899
return ret;
900
}
901
902
void Value::clear()
903
{
Callers
2
getInfo
Method · 0.45
printSceneGraph
Method · 0.45
Calls
1
visit
Function · 0.85
Tested by
no test coverage detected