MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / pos

Method pos

smallthinker/common/chat-parser.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 common_chat_msg_parser(const std::string & input, bool is_partial, const common_chat_syntax & syntax);
29 const std::string & input() const { return input_; }
30 size_t pos() const { return pos_; }
31 const std::string & healing_marker() const { return healing_marker_; }
32 const bool & is_partial() const { return is_partial_; }
33 const common_chat_msg & result() const { return result_; }

Callers 3

test_regexFunction · 0.45
test_positionsFunction · 0.45
parse_json_tool_callsFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_regexFunction · 0.36
test_positionsFunction · 0.36