MCPcopy Create free account
hub / github.com/comaps/comaps / UintFromXML

Function UintFromXML

tools/openlr/decoded_path.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace
21{
22uint32_t UintFromXML(pugi::xml_node const & node)
23{
24 THROW_IF_NODE_IS_EMPTY(node, openlr::DecodedPathLoadError, ("Can't parse uint"));
25 return node.text().as_uint();
26}
27
28bool IsForwardFromXML(pugi::xml_node const & node)
29{

Callers 2

UintValueFromXMLFunction · 0.85
PathFromXMLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected