MCPcopy Create free account
hub / github.com/github/copilot-sdk / exists

Function exists

nodejs/test/e2e/session_fs_sqlite.e2e.test.ts:166–168  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

164 await provider.appendFile(sp(path), content);
165 },
166 async exists(path: string): Promise<boolean> {
167 return provider.exists(sp(path));
168 },
169 async stat(path: string): Promise<SessionFsFileInfo> {
170 const st = await provider.stat(sp(path));
171 return {

Callers

nothing calls this directly

Calls 2

spFunction · 0.70
existsMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…