MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / parse

Method parse

tests/test-chat.cpp:941–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

939 }
940
941 common_chat_msg parse(const std::string & msg, bool is_partial) const {
942 common_chat_parser_params parser_params(params_);
943 parser_params.debug = detailed_debug_;
944 return common_chat_peg_parse(arena_, msg, is_partial, parser_params);
945 }
946};
947
948// Global template filter for --template flag

Callers 15

chat.mjsFile · 0.45
chat_completionFunction · 0.45
script.jsFile · 0.45
parseHeadersToArrayFunction · 0.45
migrateConversationFunction · 0.45
parseToolCallsFunction · 0.45
parseMcpServerSettingsFunction · 0.45
parseClipboardContentFunction · 0.45
extractJsonRpcMethodsFunction · 0.45
formatJsonPrettyFunction · 0.45
persistedFunction · 0.45
#parseServerSettingsMethod · 0.45

Calls 1

common_chat_peg_parseFunction · 0.85

Tested by

no test coverage detected