MCPcopy
hub / github.com/MALSync/MALSync / remove

Function remove

test/src/provider/local/import.test.ts:28–31  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

26 return Promise.resolve();
27 },
28 remove(key) {
29 delete state[key];
30 return Promise.resolve();
31 },
32 list() {
33 return Promise.resolve(state);
34 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected