MCPcopy Create free account
hub / github.com/Samsung/UTopia / isNull

Method isNull

external/jsoncpp/jsoncpp.cpp:3686–3686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3684}
3685
3686bool Value::isNull() const { return type() == nullValue; }
3687
3688bool Value::isBool() const { return type() == booleanValue; }
3689

Callers 9

extractConstMethod · 0.80
getDataMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
isPointerTypeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected