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

Function fileExists

packages/shared/semantic-diff.test.ts:40–42  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

38 pathDelimiter: options.pathDelimiter ?? ":",
39 platform: options.platform ?? "linux",
40 fileExists(path) {
41 return files.has(path);
42 },
43 async runCommand(command, args, runOptions) {
44 calls.push({ command, args, input: runOptions?.input });
45 const mock = commands[command];

Callers

nothing calls this directly

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected