Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ common_log_set_prefix
Function
common_log_set_prefix
smallthinker/common/log.cpp:387–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
385
}
386
387
void common_log_set_prefix(struct common_log * log, bool prefix) {
388
log->set_prefix(prefix);
389
}
390
391
void common_log_set_timestamps(struct common_log * log, bool timestamps) {
392
log->set_timestamps(timestamps);
Callers
2
main
Function · 0.85
common_params_parser_init
Function · 0.85
Calls
1
set_prefix
Method · 0.80
Tested by
1
main
Function · 0.68