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

Method stat

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

* Gets metadata for a path in the client-provided session filesystem. * * @param params Path whose metadata should be returned from the client-provided session filesystem. * * @returns Filesystem metadata for the requested path, or a filesystem error if the stat failed.

(params: SessionFsStatRequest)

Source from the content-addressed store, hash-verified

16908 * @returns Filesystem metadata for the requested path, or a filesystem error if the stat failed.
16909 */
16910 stat(params: SessionFsStatRequest): Promise<SessionFsStatResult>;
16911 /**
16912 * Creates a directory in the client-provided session filesystem.
16913 *

Callers 15

statMethod · 0.65
download_cliFunction · 0.65
handle_session_fs_statFunction · 0.65
statMethod · 0.65
statFunction · 0.65
readdirWithTypesFunction · 0.65
statFunction · 0.65
readdirWithTypesFunction · 0.65

Calls

no outgoing calls

Tested by 9

statMethod · 0.52
statFunction · 0.52
readdirWithTypesFunction · 0.52
statFunction · 0.52
readdirWithTypesFunction · 0.52
statFunction · 0.52
readdirWithTypesFunction · 0.52