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

Method map

src/background/sync/webdav.js:78–80  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

76 }
77
78 map(callback) {
79 return this.children().map(callback);
80 }
81
82 getCallback(callback) {
83 if (typeof callback === 'string') {

Callers 15

createIconsFunction · 0.80
injectScriptsFunction · 0.80
createSearchRulesFunction · 0.80
getMultiMethod · 0.80
removeMethod · 0.80
ua.jsFile · 0.80
initOptionsFunction · 0.80
onHeadersReceivedFunction · 0.80
ExportZipFunction · 0.80
getScriptsByIdsOrAllFunction · 0.80
getSizesFunction · 0.80
checkRemoveFunction · 0.80

Calls 1

childrenMethod · 0.95

Tested by

no test coverage detected