Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illumina/hap.py
/ isBool
Method
isBool
external/jsoncpp/jsoncpp.cpp:2656–2656 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2654
bool Value::isNull() const { return type_ == nullValue; }
2655
2656
bool Value::isBool() const { return type_ == booleanValue; }
2657
2658
bool Value::isInt() const {
2659
switch (type_) {
Callers
1
put
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected