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

Method processDataBeginning

core/src/stream/agenui_streaming_content_parser.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 void StreamingContentParser::processDataBeginning() {
36 AGENUI_LOG("processing begin");
37 resetState();
38
39 AGENUI_PERFORMANCE_LOG("stream_begin", "");
40 }
41
42 void StreamingContentParser::processDataAssembling(const std::string& data) {
43 AGENUI_PERFORMANCE_LOG("stream_assembling_begin", "");

Callers 1

beginTextStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected