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

Function enable_debug

subprojects/llama.cpp/common/jinja/runtime.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace jinja {
16
17void enable_debug(bool enable) {
18 g_jinja_debug = enable;
19}
20
21static value_string exec_statements(const statements & stmts, context & ctx) {
22 auto result = mk_val<value_array>();

Callers 1

run_singleFunction · 0.85

Calls

no outgoing calls

Tested by 1

run_singleFunction · 0.68