Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/OpenCOLLADA
/ checkUniqueSids
Method
checkUniqueSids
DAEValidator/library/src/DaeValidator.cpp:303–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
}
302
303
int DaeValidator::checkUniqueSids() const
304
{
305
return for_each_dae([&](const Dae & dae) {
306
return checkUniqueSids(dae);
307
});
308
}
309
310
int DaeValidator::checkUniqueSids(const Dae & dae) const
311
{
Callers
2
main
Function · 0.80
TEST_METHOD
Function · 0.80
Calls
5
root
Method · 0.80
value
Method · 0.80
attribute
Method · 0.80
line
Method · 0.80
end
Method · 0.45
Tested by
1
TEST_METHOD
Function · 0.64