MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / set_prefix

Method set_prefix

smallthinker/common/log.cpp:333–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 }
332
333 void set_prefix(bool prefix) {
334 std::lock_guard<std::mutex> lock(mtx);
335
336 this->prefix = prefix;
337 }
338
339 void set_timestamps(bool timestamps) {
340 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