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

Method isDataModelStreaming

core/src/stream/agenui_composite_stream_plugin.cpp:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93bool CompositeStreamPlugin::isDataModelStreaming() const {
94 for (const auto* plugin : _plugins) {
95 if (plugin->isDataModelStreaming()) {
96 return true;
97 }
98 }
99 return false;
100}
101
102void CompositeStreamPlugin::reset() {
103 for (auto* plugin : _plugins) {

Callers 2

driveParserMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected