Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
namespace jinja {
16
17
void enable_debug(bool enable) {
18
g_jinja_debug = enable;
19
}
20
21
static value_string exec_statements(const statements & stmts, context & ctx) {
22
auto result = mk_val<value_array>();
Callers
1
run_single
Function · 0.85
Calls
no outgoing calls
Tested by
1
run_single
Function · 0.68