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

Function ShowCurrentEffort

src/commands/effort/effort.tsx:119–130  ·  view source on GitHub ↗
(t0)

Source from the content-addressed store, hash-verified

117 return setEffortValue(normalized);
118}
119function ShowCurrentEffort(t0) {
120 const {
121 onDone
122 } = t0;
123 const effortValue = useAppState(_temp);
124 const model = useMainLoopModel();
125 const {
126 message
127 } = showCurrentEffort(effortValue, model);
128 onDone(message);
129 return null;
130}
131function _temp(s) {
132 return s.effortValue;
133}

Callers

nothing calls this directly

Calls 4

useAppStateFunction · 0.85
useMainLoopModelFunction · 0.85
showCurrentEffortFunction · 0.85
onDoneFunction · 0.50

Tested by

no test coverage detected