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

Function common_chat_parse_content_only

smallthinker/common/chat.cpp:1870–1872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1868}
1869
1870static void common_chat_parse_content_only(common_chat_msg_parser & builder) {
1871 builder.add_content(builder.consume_rest());
1872}
1873
1874static void common_chat_parse(common_chat_msg_parser & builder) {
1875 LOG_DBG("Parsing input with format %s: %s\n", common_chat_format_name(builder.syntax().format), builder.input().c_str());

Callers 1

common_chat_parseFunction · 0.85

Calls 2

add_contentMethod · 0.80
consume_restMethod · 0.80

Tested by

no test coverage detected