MCPcopy
hub / github.com/Tampermonkey/tampermonkey / cr

Function cr

src/crcrc.js:12–14  ·  view source on GitHub ↗
(tag, name, id, append, replace)

Source from the content-addressed store, hash-verified

10 var Helper = Registry.get('helper');
11
12 var cr = function(tag, name, id, append, replace) {
13 return crc(tag, null, name, id, append, replace);
14 };
15
16 var crc = function(tag, clas, name, id, append, replace) {
17 try {

Callers 15

getTableFunction · 0.85
itemsToMenuFunction · 0.85
createUtilTabFunction · 0.85
createOptionsMenuFunction · 0.85
createCludesEditorFunction · 0.85
createScriptSettingsTabFunction · 0.85
createScriptEditorTabFunction · 0.85
createScriptItemFunction · 0.85
createTabFunction · 0.85

Calls 1

crcFunction · 0.85

Tested by

no test coverage detected