Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ normalize
Function
normalize
src/background/sync/s3.js:234–240 ·
view source on GitHub ↗
(item)
Source
from the content-addressed store, hash-verified
232
});
233
234
function
normalize(item) {
235
return
{
236
name: item.name,
237
size: item.size,
238
uri: getURI(item.name),
239
};
240
}
241
242
register(S3);
Callers
3
parseListXml
Function · 0.70
updater
Function · 0.50
hookSettingsForUI
Function · 0.50
Calls
1
getURI
Function · 0.90
Tested by
no test coverage detected