MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / href

Method href

DAEValidator/library/src/XmlNamespace.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 string XmlNamespace::href() const
17 {
18 if (mNs)
19 return reinterpret_cast<const XmlChar*>(mNs->href);
20 return string();
21 }
22}

Callers 3

getRootNamespaceMethod · 0.80
TEST_METHODFunction · 0.80
TEST_METHODFunction · 0.80

Calls 1

stringClass · 0.85

Tested by 2

TEST_METHODFunction · 0.64
TEST_METHODFunction · 0.64