MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / g

Function g

src/background.js:5406–5409  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

5404
5405 init: function() {
5406 var g = function(s) {
5407 storagePermission.hasPermission = s;
5408 if (D) console.log("bg: storagePermission: hasPermission = " + s)
5409 };
5410 permission.has(permission.permStorage, g);
5411 },
5412

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected