MCPcopy 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

mainFunction · 0.80
TEST_METHODFunction · 0.80

Calls 5

rootMethod · 0.80
valueMethod · 0.80
attributeMethod · 0.80
lineMethod · 0.80
endMethod · 0.45

Tested by 1

TEST_METHODFunction · 0.64