Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ set_timestamps
Method
set_timestamps
subprojects/llama.cpp/common/log.cpp:351–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
349
}
350
351
void set_timestamps(bool timestamps) {
352
std::lock_guard<std::mutex> lock(mtx);
353
354
this->timestamps = timestamps;
355
}
356
};
357
358
//
Callers
1
common_log_set_timestamps
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected