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

Function rename

nodejs/test/e2e/session_fs_sqlite.e2e.test.ts:200–202  ·  view source on GitHub ↗
(src: string, dest: string)

Source from the content-addressed store, hash-verified

198 await provider.unlink(sp(path));
199 },
200 async rename(src: string, dest: string): Promise<void> {
201 await provider.rename(sp(src), sp(dest));
202 },
203 sqlite: {
204 async query(
205 queryType: SessionFsSqliteQueryType,

Callers

nothing calls this directly

Calls 2

spFunction · 0.70
renameMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…