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

Function getAppState

src/skills/loadSkillsDir.ts:379–391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377 {
378 ...toolUseContext,
379 getAppState() {
380 const appState = toolUseContext.getAppState()
381 return {
382 ...appState,
383 toolPermissionContext: {
384 ...appState.toolPermissionContext,
385 alwaysAllowRules: {
386 ...appState.toolPermissionContext.alwaysAllowRules,
387 command: allowedTools,
388 },
389 },
390 }
391 },
392 },
393 `/${skillName}`,
394 shell,

Callers 1

tryGenerateSuggestionFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected