(t0)
| 12 | // too many "(ctrl+o to expand)" hints in sub agent output |
| 13 | const SubAgentContext = React.createContext(false); |
| 14 | export function SubAgentProvider(t0) { |
| 15 | const $ = _c(2); |
| 16 | const { |
| 17 | children |
| 18 | } = t0; |
| 19 | let t1; |
| 20 | if ($[0] !== children) { |
| 21 | t1 = <SubAgentContext.Provider value={true}>{children}</SubAgentContext.Provider>; |
| 22 | $[0] = children; |
| 23 | $[1] = t1; |
| 24 | } else { |
| 25 | t1 = $[1]; |
| 26 | } |
| 27 | return t1; |
| 28 | } |
| 29 | export function CtrlOToExpand() { |
| 30 | const $ = _c(2); |
| 31 | const isInSubAgent = useContext(SubAgentContext); |
nothing calls this directly
no outgoing calls
no test coverage detected