Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codebymitch/TitanBot
/ formatLogLine
Function
formatLogLine
src/utils/logEmbeds.js:11–13 ·
view source on GitHub ↗
(label, value)
Source
from the content-addressed store, hash-verified
9
}
10
11
export
function
formatLogLine(label, value) {
12
return
`**${label}:** ${value}`;
13
}
14
15
export
function
formatMetaLine(entries) {
16
return
entries
Callers
11
buildModerationLogData
Function · 0.90
handleApplicationModal
Function · 0.90
execute
Function · 0.90
logConfigurationChange
Function · 0.90
addXp
Function · 0.90
deleteTicket
Function · 0.90
updateCounter
Function · 0.90
execute
Function · 0.90
execute
Function · 0.90
fieldsToLines
Function · 0.85
buildRoleAuditLines
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected