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

Function common_log_set_prefix

subprojects/llama.cpp/common/log.cpp:415–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415void common_log_set_prefix(struct common_log * log, bool prefix) {
416 log->set_prefix(prefix);
417}
418
419void common_log_set_timestamps(struct common_log * log, bool timestamps) {
420 log->set_timestamps(timestamps);

Callers 2

mainFunction · 0.85

Calls 1

set_prefixMethod · 0.80

Tested by 1

mainFunction · 0.68