| 99 | } |
| 100 | |
| 101 | unsigned getUInt(const Node * node, const std::string & path) |
| 102 | { |
| 103 | return ParseHelper::getValue<unsigned, false>(node, path, {}, ParseHelper::parseUInt); |
| 104 | } |
| 105 | |
| 106 | unsigned getUInt(const Node * node, const std::string & path, unsigned default_value) |
| 107 | { |
no outgoing calls
no test coverage detected