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

Function getEmptyToolPermissionContext

src/Tool.ts:141–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139
140export const getEmptyToolPermissionContext: () => ToolPermissionContext =
141 () => ({
142 mode: 'default',
143 additionalWorkingDirectories: new Map(),
144 alwaysAllowRules: {},
145 alwaysDenyRules: {},
146 alwaysAskRules: {},
147 isBypassPermissionsModeAvailable: false,
148 })
149
150export type CompactProgressEvent =
151 | {

Callers 10

AsyncAgentDetailDialogFunction · 0.85
generateAgentFunction · 0.85
cycleTeammateModeFunction · 0.85
cycleAllTeammateModesFunction · 0.85
applySkillImprovementFunction · 0.85
getDefaultAppStateFunction · 0.85
startMCPServerFunction · 0.85
generateAwaySummaryFunction · 0.85
getToolPermissionContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected