(n)
| 72 | // front-load hook fired iff its injected header appears in the transcript |
| 73 | const frontload = lines.some(l => l.includes('auto-retrieved for this question')); |
| 74 | const get = (n) => toolCounts[n] || 0; |
| 75 | const read = get('Read'); |
| 76 | const grep = get('Grep') + get('Bash') + get('Glob'); |
| 77 | const explore = get('mcp__codegraph__codegraph_explore'); |
no outgoing calls
no test coverage detected