Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
238
export
function
buildRoleAuditLines(role, options = {}) {
239
return
buildRoleAuditFields(role, options).map((field) =>
240
formatLogLine(field.name, field.value),
241
);
242
}
Callers
2
execute
Function · 0.90
execute
Function · 0.90
Calls
2
buildRoleAuditFields
Function · 0.85
formatLogLine
Function · 0.85
Tested by
no test coverage detected