MCPcopy Create free account
hub / github.com/Noumena-Network/code / getAppState

Function getAppState

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

Source from the content-addressed store, hash-verified

103 {
104 ...context,
105 getAppState() {
106 const appState = context.getAppState()
107 return {
108 ...appState,
109 toolPermissionContext: {
110 ...appState.toolPermissionContext,
111 alwaysAllowRules: {
112 ...appState.toolPermissionContext.alwaysAllowRules,
113 command: ALLOWED_TOOLS,
114 },
115 },
116 }
117 },
118 },
119 '/commit',
120 )

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