MCPcopy Index your code
hub / github.com/codeaashu/claude-code / suggestionForPrefix

Function suggestionForPrefix

src/tools/BashTool/bashPermissions.ts:339–341  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

337}
338
339function suggestionForPrefix(prefix: string): PermissionUpdate[] {
340 return sharedSuggestionForPrefix(BashTool.name, prefix)
341}
342
343/**
344 * Extract prefix from legacy :* syntax (e.g., "npm:*" -> "npm")

Callers 2

bashToolHasPermissionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected