MCPcopy Create free account
hub / github.com/WheretIB/nullc / get_boolean

Method get_boolean

external/pugixml/pugixml.cpp:9228–9231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9226 }
9227
9228 bool xpath_variable::get_boolean() const
9229 {
9230 return (_type == xpath_type_boolean) ? static_cast<const xpath_variable_boolean*>(this)->value : false;
9231 }
9232
9233 double xpath_variable::get_number() const
9234 {

Callers 1

eval_booleanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected