MCPcopy Create free account
hub / github.com/SOUI2/soui / isNull

Method isNull

third-part/jsoncpp/src/lib_json/json_value.cpp:1302–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1300}
1301
1302bool Value::isNull() const { return type_ == nullValue; }
1303
1304bool Value::isBool() const { return type_ == booleanValue; }
1305

Callers 10

checkIsMethod · 0.80
CaptureCanvasStateMethod · 0.80
GetPDFShaderByStateMethod · 0.80
CreateBitmapShaderFunction · 0.80
cropBitmapMethod · 0.80
onDecodeSubsetMethod · 0.80
onDecodeSubsetMethod · 0.80
drawsNothingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected