Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
216
function
done(state: GrepState): boolean {
217
return
state.truncated || state.matches.length >= state.maxMatches
218
}
219
220
function
recordIfMatch(
221
text: string,
Callers
3
recordIfMatch
Function · 0.85
grepField
Function · 0.85
walk
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected