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

Function isLargeDataKey

apps/sim/lib/core/security/redaction.ts:97–99  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

95}
96
97export function isLargeDataKey(key: string): boolean {
98 return LARGE_DATA_KEYS.has(key)
99}
100
101export function redactApiKeys(obj: any): any {
102 if (obj === null || obj === undefined) {

Callers 2

redaction.test.tsFile · 0.90
redactApiKeysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected