Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AGenUI/AGenUI
/ isArray
Method
isArray
core/src/surface/agenui_serializable_data_impl.cpp:201–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
bool SerializableData::isArray() const {
202
return _impl && _impl->node && _impl->node->is_array();
203
}
204
205
// ---- Container operations ----
206
Callers
3
generateListChildren
Method · 0.80
generateListChildren
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64