Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
234
function
normalize(item) {
Callers
2
inject
Function · 0.50
onCodeSet
Function · 0.50
Calls
1
getItemFilename
Function · 0.90
Tested by
no test coverage detected