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

Function _temp2

src/components/TrustDialog/TrustDialog.tsx:284–286  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

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}
287function _temp(tool) {
288 return tool === BASH_TOOL_NAME || tool.startsWith(BASH_TOOL_NAME + "(");
289}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected