Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ isBool
Method
isBool
third-part/jsoncpp/src/lib_json/json_value.cpp:1304–1304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1302
bool Value::isNull() const { return type_ == nullValue; }
1303
1304
bool Value::isBool() const { return type_ == booleanValue; }
1305
1306
bool Value::isInt() const {
1307
switch (type_) {
Callers
1
checkIs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected