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

Method processDataAssembling

core/src/stream/agenui_streaming_content_parser.cpp:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 void StreamingContentParser::processDataAssembling(const std::string& data) {
43 AGENUI_PERFORMANCE_LOG("stream_assembling_begin", "");
44 AGENUI_LOG("%s", data.c_str());
45 _extractor.appendData(data);
46 auto results = _extractor.driveParser();
47 dispatchParseResultsBatched(results);
48
49 AGENUI_PERFORMANCE_LOG("stream_assembling_end", "");
50 }
51
52 void StreamingContentParser::processDataEnding() {
53 AGENUI_LOG("processing end");

Callers 1

receiveTextChunkMethod · 0.80

Calls 3

c_strMethod · 0.80
driveParserMethod · 0.80
appendDataMethod · 0.45

Tested by

no test coverage detected