Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentTuning
/ empty
Method
empty
AgentBench.old/src/tasks/card_game/logic/src/jsoncpp/jsoncpp.cpp:3369–3374 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3367
}
3368
3369
bool Value::empty() const {
3370
if (isNull() || isArray() || isObject())
3371
return size() == 0u;
3372
else
3373
return false;
3374
}
3375
3376
Value::operator bool() const { return ! isNull(); }
3377
Callers
9
parse
Method · 0.45
readValue
Method · 0.45
readObject
Method · 0.45
isConvertibleTo
Method · 0.45
size
Method · 0.45
writeValue
Method · 0.45
writeArrayValue
Method · 0.45
writeIndent
Method · 0.45
newStreamWriter
Method · 0.45
Calls
1
isObject
Function · 0.85
Tested by
no test coverage detected