Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2624
bool Value::isNull() const { return type_ == nullValue; }
2625
2626
bool Value::isBool() const { return type_ == booleanValue; }
2627
Callers
5
init
Method · 0.80
createNativeDoc
Method · 0.80
cssValueToPixels
Function · 0.80
cssValueToPixels
Function · 0.80
cssValueToPixels
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected