MCPcopy Create free account
hub / github.com/backnotprop/plannotator / isPathLike

Function isPathLike

packages/shared/semantic-diff.ts:181–183  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

179}
180
181function isPathLike(value: string): boolean {
182 return value.includes("/") || value.includes("\\") || value.startsWith(".");
183}
184
185function pathCandidates(runtime: SemanticDiffRuntime): SemCandidate[] {
186 if (runtime.platform === "win32") {

Callers 1

resolveSemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected