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

Function isExtractModeActive

src/memdir/paths.ts:69–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 * directly in an `if` condition.
68 */
69export function isExtractModeActive(): boolean {
70 if (!getFeatureValue_CACHED_MAY_BE_STALE('tengu_passport_quail', false)) {
71 return false
72 }
73 return (
74 !getIsNonInteractiveSession() ||
75 getFeatureValue_CACHED_MAY_BE_STALE('tengu_slate_thimble', false)
76 )
77}
78
79/**
80 * Returns the base directory for persistent memory storage.

Callers 2

runHeadlessFunction · 0.85
handleStopHooksFunction · 0.85

Tested by

no test coverage detected