MCPcopy
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
11export function formatLogLine(label, value) {
12 return `**${label}:** ${value}`;
13}
14
15export function formatMetaLine(entries) {
16 return entries

Callers 11

buildModerationLogDataFunction · 0.90
handleApplicationModalFunction · 0.90
executeFunction · 0.90
logConfigurationChangeFunction · 0.90
addXpFunction · 0.90
deleteTicketFunction · 0.90
updateCounterFunction · 0.90
executeFunction · 0.90
executeFunction · 0.90
fieldsToLinesFunction · 0.85
buildRoleAuditLinesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected