Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ isTurnstileConfigured
Function
isTurnstileConfigured
apps/sim/lib/core/security/turnstile.ts:103–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
}
102
103
export
function
isTurnstileConfigured(): boolean {
104
return
Boolean(env.TURNSTILE_SECRET_KEY)
105
}
Callers
1
route.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected