MCPcopy 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
3287bool Value::empty() const {
3288 if (isNull() || isArray() || isObject())
3289 return size() == 0u;
3290 else
3291 return false;
3292}
3293
3294Value::operator bool() const { return !isNull(); }
3295

Callers 15

getPublicAPIListFunction · 0.80
isDeprecatedLibraryMethod · 0.80
isAllocFunctionMethod · 0.80
findFilePathsFunction · 0.80
rebasePathFunction · 0.80
passMethod · 0.80
handleRegisterMethod · 0.80
handleExternalCallMethod · 0.80
setIndexMethod · 0.80
insertMacroNodeMethod · 0.80
SourceAnalyzerImplMethod · 0.80
getIncludesMethod · 0.80

Calls

no outgoing calls

Tested by 15

handleMethod · 0.64
findTestMethodMethod · 0.64
getTCCallMethod · 0.64
UnittestMethod · 0.64
getEnvironmentClassesMethod · 0.64
createEnumFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
loadMethod · 0.64
getUniqueFilePathFunction · 0.64
TEST_FFunction · 0.64