MCPcopy Index your code
hub / github.com/github/copilot-sdk / exists

Method exists

nodejs/src/generated/rpc.ts:16902–16902  ·  view source on GitHub ↗

* Checks whether a path exists in the client-provided session filesystem. * * @param params Path to test for existence in the client-provided session filesystem. * * @returns Indicates whether the requested path exists in the client-provided session filesystem.

(params: SessionFsExistsRequest)

Source from the content-addressed store, hash-verified

16900 * @returns Indicates whether the requested path exists in the client-provided session filesystem.
16901 */
16902 exists(params: SessionFsExistsRequest): Promise<SessionFsExistsResult>;
16903 /**
16904 * Gets metadata for a path in the client-provided session filesystem.
16905 *

Callers 15

_start_cli_serverMethod · 0.65
existsMethod · 0.65
get_cached_cli_pathFunction · 0.65
download_cliFunction · 0.65
handle_session_fs_existsFunction · 0.65
clean_skills_dirFunction · 0.65
teardownMethod · 0.65
teardownMethod · 0.65
teardownMethod · 0.65

Calls

no outgoing calls