MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / remove

Function remove

src/background/sync/s3.js:228–231  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

226 return this._s3('PUT', name, data);
227 },
228 remove(item) {
229 const name = getItemFilename(item);
230 return this._s3('DELETE', name);
231 },
232});
233
234function normalize(item) {

Callers 2

injectFunction · 0.50
onCodeSetFunction · 0.50

Calls 1

getItemFilenameFunction · 0.90

Tested by

no test coverage detected