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

Method stat

nodejs/src/sessionFsProvider.ts:77–77  ·  view source on GitHub ↗

Gets metadata about a file or directory. Throw if it does not exist.

(path: string)

Source from the content-addressed store, hash-verified

75
76 /** Gets metadata about a file or directory. Throw if it does not exist. */
77 stat(path: string): Promise<SessionFsFileInfo>;
78
79 /** Creates a directory. If recursive is true, creates parents as needed. */
80 mkdir(path: string, recursive: boolean, mode?: number): Promise<void>;

Callers 1

createSessionFsAdapterFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected