MCPcopy Index your code
hub / github.com/simstudioai/sim / isEligibleString

Function isEligibleString

apps/sim/lib/logs/execution/pii-redaction.ts:74–76  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

72] as const
73
74function isEligibleString(value: string): boolean {
75 return value.length > 0
76}
77
78/**
79 * Rebuild `value` replacing every eligible string leaf with `handle(leaf)`.

Callers 1

transformStringsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected