MCPcopy Create free account
hub / github.com/compozy/agh / redactTaskSecretText

Function redactTaskSecretText

internal/task/block_service.go:522–524  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

520}
521
522func redactTaskSecretText(value string) string {
523 return diagnostics.Redact(RedactClaimTokens(value))
524}
525
526func redactTaskSecretJSON(raw json.RawMessage) json.RawMessage {
527 if len(raw) == 0 {

Callers 14

RecoverTaskMethod · 0.85
rejectTaskSecretTextFunction · 0.85
rejectTaskSecretJSONFunction · 0.85
redactTaskSecretJSONFunction · 0.85
redactTaskSecretValueFunction · 0.85
dispatchTaskBlockedMethod · 0.85
dispatchTaskUnblockedMethod · 0.85

Calls 2

RedactFunction · 0.92
RedactClaimTokensFunction · 0.85

Tested by

no test coverage detected