MCPcopy Create free account
hub / github.com/AGenUI/AGenUI / isNull

Method isNull

core/src/surface/agenui_serializable_data_impl.cpp:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175// ---- Type check methods ----
176
177bool SerializableData::isNull() const {
178 return !_impl || !_impl->node || _impl->node->is_null();
179}
180
181bool SerializableData::isValid() const {
182 return _impl && _impl->node && !_impl->node->is_null();

Callers 5

asStringOrDefaultFunction · 0.80
stringifyMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64