MCPcopy Index your code
hub / github.com/codebymitch/TitanBot / buildRoleAuditLines

Function buildRoleAuditLines

src/utils/logEmbeds.js:238–242  ·  view source on GitHub ↗
(role, options = {})

Source from the content-addressed store, hash-verified

236}
237
238export function buildRoleAuditLines(role, options = {}) {
239 return buildRoleAuditFields(role, options).map((field) =>
240 formatLogLine(field.name, field.value),
241 );
242}

Callers 2

executeFunction · 0.90
executeFunction · 0.90

Calls 2

buildRoleAuditFieldsFunction · 0.85
formatLogLineFunction · 0.85

Tested by

no test coverage detected