Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
replayingCapiProxy.test.ts
File · 0.50
Calls
1
sp
Function · 0.70
Tested by
no test coverage detected