MCPcopy Index your code
hub / github.com/hoothin/UserScripts / resolve

Function resolve

Picviewer CE+/dist.user.js:4579–4584  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

4577 return this.then(resolve, reject);
4578
4579 function resolve(value) {
4580 function yes () {
4581 return value;
4582 }
4583 return p.resolve(callback()).then(yes);
4584 }
4585 function reject(reason) {
4586 function no () {
4587 throw reason;

Callers 15

checkEntryCRC32Function · 0.70
accumulateFunction · 0.70
dist.user.jsFile · 0.70
_processQueueMethod · 0.70
_fetchByHeadMethod · 0.70
loadVideoJsLibraryFunction · 0.70
tryNextFunction · 0.70
getCspTrustedTypesInfoFunction · 0.70
getBase64FromBlobUrlFunction · 0.70
xhrErrorFunction · 0.70
getSaveParamsFunction · 0.70
getxhroverHandlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected