MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / getAppState

Function getAppState

source code/commands/commit.ts:73–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

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