Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ isEnabled
Function
isEnabled
src/commands/context/index.ts:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
return
!getIsNonInteractiveSession()
19
},
20
isEnabled() {
21
return
getIsNonInteractiveSession()
22
},
23
load: () =>
import
(
'./context-noninteractive.js'
),
24
}
25
Callers
nothing calls this directly
Calls
1
getIsNonInteractiveSession
Function · 0.85
Tested by
no test coverage detected