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

Method set_prefix

subprojects/llama.cpp/common/log.cpp:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 }
344
345 void set_prefix(bool prefix) {
346 std::lock_guard<std::mutex> lock(mtx);
347
348 this->prefix = prefix;
349 }
350
351 void set_timestamps(bool timestamps) {
352 std::lock_guard<std::mutex> lock(mtx);

Callers 1

common_log_set_prefixFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected