MCPcopy Index your code
hub / github.com/simstudioai/sim / done

Function done

apps/sim/lib/logs/log-views.ts:216–218  ·  view source on GitHub ↗
(state: GrepState)

Source from the content-addressed store, hash-verified

214}
215
216function done(state: GrepState): boolean {
217 return state.truncated || state.matches.length >= state.maxMatches
218}
219
220function recordIfMatch(
221 text: string,

Callers 3

recordIfMatchFunction · 0.85
grepFieldFunction · 0.85
walkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected