MCPcopy 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
201bool SerializableData::isArray() const {
202 return _impl && _impl->node && _impl->node->is_array();
203}
204
205// ---- Container operations ----
206

Callers 3

generateListChildrenMethod · 0.80
generateListChildrenMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64