MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / getLevelClass

Function getLevelClass

static/js/logs.js:52–55  ·  view source on GitHub ↗
(level)

Source from the content-addressed store, hash-verified

50}
51
52function getLevelClass(level) {
53 const text = String(level || "").toUpperCase();
54 return `log-level ${text}`;
55}
56
57function setLogsSummary() {
58 const from = logsState.total === 0 ? 0 : ((logsState.page - 1) * logsState.pageSize + 1);

Callers 1

renderLogsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected