Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/OpenCOLLADA
/ value
Method
value
DAEValidator/library/src/XmlAttribute.cpp:23–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
string XmlAttribute::value() const
24
{
25
if (mAttr)
26
return reinterpret_cast<const XmlChar*>(mAttr->children->content);
27
return string();
28
}
29
}
Callers
7
readFile
Method · 0.80
initializeCache
Method · 0.80
checkSchema
Method · 0.80
checkUniqueIds
Method · 0.80
checkUniqueSids
Method · 0.80
TEST_METHOD
Function · 0.80
createAnimationCurveKeys
Method · 0.80
Calls
1
string
Class · 0.85
Tested by
1
TEST_METHOD
Function · 0.64