MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / parse_from_tokens

Function parse_from_tokens

subprojects/llama.cpp/common/jinja/parser.cpp:587–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585};
586
587program parse_from_tokens(const lexer_result & lexer_res) {
588 return parser(lexer_res.tokens, lexer_res.source).parse();
589}
590
591} // namespace jinja

Callers 4

test_template_cppFunction · 0.85
fuzz_test_templateFunction · 0.85
common_chat_templateMethod · 0.85

Calls 2

parserClass · 0.85
parseMethod · 0.65

Tested by 3

test_template_cppFunction · 0.68
fuzz_test_templateFunction · 0.68