MCPcopy
hub / github.com/simstudioai/sim / isDangerousKey

Function isDangerousKey

apps/sim/lib/workflows/streaming/streaming.ts:138–140  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

136}
137
138function isDangerousKey(key: string): boolean {
139 return DANGEROUS_KEYS.includes(key)
140}
141
142function getSelectedOutputDescriptors(
143 selectedOutputs: string[] | undefined

Callers 1

buildMinimalResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected