MCPcopy Index your code
hub / github.com/codeaashu/claude-code / _temp4

Function _temp4

src/tools/AgentTool/UI.tsx:299–308  ·  view source on GitHub ↗
(pm_1)

Source from the content-addressed store, hash-verified

297 return t3;
298}
299function _temp4(pm_1) {
300 if (!hasProgressMessage(pm_1.data)) {
301 return false;
302 }
303 const msg = pm_1.data.message;
304 if (msg.type === "user" && msg.toolUseResult === undefined) {
305 return false;
306 }
307 return true;
308}
309function _temp3(pm_0) {
310 return pm_0.data;
311}

Callers

nothing calls this directly

Calls 1

hasProgressMessageFunction · 0.85

Tested by

no test coverage detected