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

Function _temp5

src/components/TrustDialog/TrustDialog.tsx:272–277  ·  view source on GitHub ↗
(current)

Source from the content-addressed store, hash-verified

270 return gracefulShutdownSync(1);
271}
272function _temp5(current) {
273 return {
274 ...current,
275 hasTrustDialogAccepted: true
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected