MCPcopy Create free account
hub / github.com/cinder/Cinder / isNull

Method isNull

src/jsoncpp/jsoncpp.cpp:2624–2624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2622}
2623
2624bool Value::isNull() const { return type_ == nullValue; }
2625
2626bool Value::isBool() const { return type_ == booleanValue; }
2627

Callers 5

initMethod · 0.80
createNativeDocMethod · 0.80
cssValueToPixelsFunction · 0.80
cssValueToPixelsFunction · 0.80
cssValueToPixelsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected