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

Function _temp2

src/hooks/useCanUseTool.tsx:192–196  ·  view source on GitHub ↗
(res)

Source from the content-addressed store, hash-verified

190 return t0;
191}
192function _temp2(res) {
193 return setTimeout(res, 2000, {
194 type: "timeout" as const
195 });
196}
197function _temp(r) {
198 return {
199 type: "result" as const,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected