Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ isBool
Method
isBool
external/jsoncpp/jsoncpp.cpp:3688–3688 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3686
bool Value::isNull() const { return type() == nullValue; }
3687
3688
bool Value::isBool() const { return type() == booleanValue; }
3689
3690
bool Value::isInt() const {
3691
switch (type()) {
Callers
1
fromJson
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected