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

Function rename

nodejs/test/session_fs_adapter.test.ts:59–61  ·  view source on GitHub ↗
(src, dest)

Source from the content-addressed store, hash-verified

57 await memoryProvider.unlink(sp(path));
58 },
59 async rename(src, dest) {
60 await memoryProvider.rename(sp(src), sp(dest));
61 },
62 sqlite: {
63 async query(queryType, query, params) {
64 return {

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…