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

Function rm

nodejs/test/session_fs_adapter.test.ts:56–58  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

54 );
55 },
56 async rm(path) {
57 await memoryProvider.unlink(sp(path));
58 },
59 async rename(src, dest) {
60 await memoryProvider.rename(sp(src), sp(dest));
61 },

Callers 1

Calls 1

spFunction · 0.70

Tested by

no test coverage detected