MCPcopy 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
234function normalize(item) {
235 return {
236 name: item.name,
237 size: item.size,
238 uri: getURI(item.name),
239 };
240}
241
242register(S3);

Callers 3

parseListXmlFunction · 0.70
updaterFunction · 0.50
hookSettingsForUIFunction · 0.50

Calls 1

getURIFunction · 0.90

Tested by

no test coverage detected