MCPcopy 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
103export function isTurnstileConfigured(): boolean {
104 return Boolean(env.TURNSTILE_SECRET_KEY)
105}

Callers 1

route.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected