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

Function _temp3

src/components/TrustDialog/TrustDialog.tsx:281–283  ·  view source on GitHub ↗
(tool_0)

Source from the content-addressed store, hash-verified

279 return command_0.type === "prompt" && (command_0.loadedFrom === "skills" || command_0.loadedFrom === "plugin") && (command_0.source === "projectSettings" || command_0.source === "localSettings" || command_0.source === "plugin") && command_0.allowedTools?.some(_temp3);
280}
281function _temp3(tool_0) {
282 return tool_0 === BASH_TOOL_NAME || tool_0.startsWith(BASH_TOOL_NAME + "(");
283}
284function _temp2(command) {
285 return command.type === "prompt" && command.loadedFrom === "commands_DEPRECATED" && (command.source === "projectSettings" || command.source === "localSettings") && command.allowedTools?.some(_temp);
286}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected