Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/copilot-sdk
/ rm
Function
rm
nodejs/test/e2e/session_fs_sqlite.e2e.test.ts:197–199 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
195
);
196
},
197
async
rm(path: string): Promise<void> {
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
},
Callers
nothing calls this directly
Calls
1
sp
Function · 0.70
Tested by
no test coverage detected