MCPcopy
hub / github.com/codeaashu/claude-code / isScratchpadEnabled

Function isScratchpadEnabled

src/utils/permissions/filesystem.ts:298–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296 * Controlled by the tengu_scratch Statsig gate.
297 */
298export function isScratchpadEnabled(): boolean {
299 return checkStatsigFeatureGate_CACHED_MAY_BE_STALE('tengu_scratch')
300}
301
302/**
303 * Returns the user-specific Claude temp directory name.

Callers 6

submitMessageMethod · 0.85
ensureScratchpadDirFunction · 0.85
isScratchpadPathFunction · 0.85
REPLFunction · 0.85
init.tsFile · 0.85

Tested by

no test coverage detected