MCPcopy Index your code
hub / github.com/Tampermonkey/tampermonkey / convert

Function convert

src/background.js:2515–2524  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

2513 }
2514
2515 var convert = function(cb) {
2516 if (!TM_storage.initialized) {
2517 window.setTimeout(function() { convert(cb); }, 10);
2518 return;
2519 }
2520 var next = function() {
2521 oobj.load(cb);
2522 }
2523 convertData(next);
2524 };
2525
2526 convert(afterload);
2527

Callers 1

ConfigObjectFunction · 0.85

Calls 1

convertDataFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…