MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getSecretLabel

Function getSecretLabel

src/services/teamMemorySync/secretScanner.ts:301–303  ·  view source on GitHub ↗
(ruleId: string)

Source from the content-addressed store, hash-verified

299 * Falls back to kebab-to-Title conversion for unknown IDs.
300 */
301export function getSecretLabel(ruleId: string): string {
302 return ruleIdToLabel(ruleId)
303}
304
305/**
306 * Redact any matched secrets in-place with [REDACTED].

Callers

nothing calls this directly

Calls 1

ruleIdToLabelFunction · 0.85

Tested by

no test coverage detected