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

Function getAppState

src/commands/commit.ts:71–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 {
70 ...context,
71 getAppState() {
72 const appState = context.getAppState()
73 return {
74 ...appState,
75 toolPermissionContext: {
76 ...appState.toolPermissionContext,
77 alwaysAllowRules: {
78 ...appState.toolPermissionContext.alwaysAllowRules,
79 command: ALLOWED_TOOLS,
80 },
81 },
82 }
83 },
84 },
85 '/commit',
86 )

Callers 14

startDetachedPollFunction · 0.70
launchUltraplanFunction · 0.70
submitMessageMethod · 0.50
collectContextDataFunction · 0.50
callFunction · 0.50
callFunction · 0.50
handleFastModeShortcutFunction · 0.50
clearConversationFunction · 0.50
runHeadlessFunction · 0.50
runHeadlessStreamingFunction · 0.50
buildMcpServerStatusesFunction · 0.50
drainCommandQueueFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected