MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isScratchpadGateEnabled

Function isScratchpadGateEnabled

src/coordinator/coordinatorMode.ts:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23// getCoordinatorUserContext's scratchpadDir parameter (dependency injection
24// from QueryEngine.ts, which lives higher in the dep graph).
25function isScratchpadGateEnabled(): boolean {
26 return checkStatsigFeatureGate_CACHED_MAY_BE_STALE('tengu_scratch')
27}
28
29const INTERNAL_WORKER_TOOLS = new Set([
30 TEAM_CREATE_TOOL_NAME,

Callers 1

Tested by

no test coverage detected