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

Function removeRestrictedDir

web/components/settings/PermissionSettings.tsx:53–60  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

51 }
52
53 function removeRestrictedDir(dir: string) {
54 updateSettings({
55 permissions: {
56 ...settings.permissions,
57 restrictedDirs: settings.permissions.restrictedDirs.filter((d) => d !== dir),
58 },
59 });
60 }
61
62 return (
63 <div>

Callers 1

PermissionSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected