MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / reset_parser

Method reset_parser

src/include/AutoModel/automodel.hpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 AutoModel(xrt::device* npu_device_inst, std::string current_model = "");
206
207 void reset_parser() {
208 buffer_.clear();
209 is_in_tool_block_ = false;
210 current_mode_ = StreamEventType::CONTENT;
211 }
212
213 /// \brief Clear the context
214 void clear_context();

Callers 1

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected