Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosspoint-reader/crosspoint-reader
/ clearLastLogs
Function
clearLastLogs
lib/Logging/Logging.cpp:97–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void clearLastLogs() {
98
for (size_t i = 0; i < MAX_LOG_LINES; i++) {
99
logMessages[i][0] =
'\0'
;
100
}
101
logHead = 0;
102
rtcLogMagic = LOG_RTC_MAGIC;
103
}
Callers
2
begin
Function · 0.85
clearPanic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected