Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ empty
Method
empty
external/jsoncpp/jsoncpp.cpp:3287–3292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3285
}
3286
3287
bool Value::empty() const {
3288
if (isNull() || isArray() || isObject())
3289
return size() == 0u;
3290
else
3291
return false;
3292
}
3293
3294
Value::operator bool() const { return !isNull(); }
3295
Callers
15
getPublicAPIList
Function · 0.80
isDeprecatedLibrary
Method · 0.80
isAllocFunction
Method · 0.80
findFilePaths
Function · 0.80
rebasePath
Function · 0.80
pass
Method · 0.80
handleRegister
Method · 0.80
handleExternalCall
Method · 0.80
setIndex
Method · 0.80
insertMacroNode
Method · 0.80
SourceAnalyzerImpl
Method · 0.80
getIncludes
Method · 0.80
Calls
no outgoing calls
Tested by
15
handle
Method · 0.64
findTestMethod
Method · 0.64
getTCCall
Method · 0.64
Unittest
Method · 0.64
getEnvironmentClasses
Method · 0.64
createEnum
Function · 0.64
TEST_F
Function · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64
load
Method · 0.64
getUniqueFilePath
Function · 0.64
TEST_F
Function · 0.64