Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ filesForPath
Method
filesForPath
apps/sim/lib/copilot/vfs/workspace-vfs.ts:639–642 ·
view source on GitHub ↗
(path?: string)
Source
from the content-addressed store, hash-verified
637
}
638
639
private filesForPath(path?: string): Map<string, string> {
640
if
(path?.startsWith(
'recently-deleted'
))
return
this.files
641
return
this.activeFiles()
642
}
643
644
async
grep(
645
pattern: string,
Callers
1
grep
Method · 0.95
Calls
1
activeFiles
Method · 0.95
Tested by
no test coverage detected