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

Function _temp4

src/components/TrustDialog/TrustDialog.tsx:278–280  ·  view source on GitHub ↗
(command_0)

Source from the content-addressed store, hash-verified

276 };
277}
278function _temp4(command_0) {
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected