MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / empty

Method empty

src/share/jsoncpp/jsoncpp.cpp:3382–3387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3380}
3381
3382bool Value::empty() const {
3383 if (isNull() || isArray() || isObject())
3384 return size() == 0u;
3385 else
3386 return false;
3387}
3388
3389bool Value::operator!() const { return isNull(); }
3390

Callers 15

formatPluginOptionsMethod · 0.45
pluginForOptionMethod · 0.45
exportNoteMethod · 0.45
onClickedImageMethod · 0.45
showDocumentListMethod · 0.45
initMethod · 0.45
MultiplyArrayFunction · 0.45
onDownloadBizUsersMethod · 0.45
updateMessagesMethod · 0.45
getAllGroupInfoMethod · 0.45
getAllBizInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected