MCPcopy Create free account
hub / github.com/simstudioai/sim / suggestSimilar

Method suggestSimilar

apps/sim/lib/copilot/vfs/workspace-vfs.ts:721–723  ·  view source on GitHub ↗
(missingPath: string, max?: number)

Source from the content-addressed store, hash-verified

719 }
720
721 suggestSimilar(missingPath: string, max?: number): string[] {
722 return ops.suggestSimilar(this.keyView(true), missingPath, max)
723 }
724
725 private async resolveWorkspaceFileForDynamicRead(
726 path: string,

Callers 2

grepFileMethod · 0.95
executeVfsReadFunction · 0.80

Calls 1

keyViewMethod · 0.95

Tested by

no test coverage detected