Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ empty
Method
empty
Source/JSON/jsoncpp.cpp:3019–3024 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3017
}
3018
3019
bool Value::empty() const {
3020
if (isNull() || isArray() || isObject())
3021
return size() == 0u;
3022
else
3023
return false;
3024
}
3025
3026
bool Value::operator!() const { return isNull(); }
3027
Callers
15
GetIfPendingAngelScriptUpdates
Method · 0.45
GetIfPendingAngelScriptStates
Method · 0.45
GetAngelScriptUpdate
Method · 0.45
GetAngelScriptStates
Method · 0.45
HasFreeAvatars
Method · 0.45
GetFreeAvatarID
Method · 0.45
HandleConnectionsToBeClosed
Method · 0.45
drawVisualization
Method · 0.45
VoxellizeMesh
Function · 0.45
Save
Method · 0.45
GetActiveEvents
Method · 0.45
Update
Method · 0.45
Calls
4
isNull
Function · 0.85
isArray
Function · 0.85
isObject
Function · 0.85
size
Function · 0.50
Tested by
no test coverage detected