Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
587
program 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
format_using_direct_engine
Function · 0.85
test_template_cpp
Function · 0.85
fuzz_test_template
Function · 0.85
common_chat_template
Method · 0.85
Calls
2
parser
Class · 0.85
parse
Method · 0.65
Tested by
3
format_using_direct_engine
Function · 0.68
test_template_cpp
Function · 0.68
fuzz_test_template
Function · 0.68