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

Method rename

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

* Renames or moves a path in the client-provided session filesystem. * * @param params Source and destination paths for renaming or moving an entry in the client-provided session filesystem. * * @returns Describes a filesystem error.

(params: SessionFsRenameRequest)

Source from the content-addressed store, hash-verified

16948 * @returns Describes a filesystem error.
16949 */
16950 rename(params: SessionFsRenameRequest): Promise<SessionFsError | undefined>;
16951 /**
16952 * Executes a SQLite query against the per-session database.
16953 *

Callers 10

renameMethod · 0.65
handle_session_fs_renameFunction · 0.65
renameFunction · 0.65
renameFunction · 0.65
renameFunction · 0.65

Calls

no outgoing calls

Tested by 5

renameFunction · 0.52
renameFunction · 0.52
renameFunction · 0.52