MCPcopy
hub / github.com/alyssaxuu/motionity / resolve

Function resolve

src/js/libraries/localbase.js:1219–1224  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1217
1218Promise.resolve = resolve;
1219function resolve(value) {
1220 if (value instanceof this) {
1221 return value;
1222 }
1223 return handlers.resolve(new this(INTERNAL), value);
1224}
1225
1226Promise.reject = reject;
1227function reject(reason) {

Callers 15

blobToBase64Function · 0.85
readBlobAsBufferFunction · 0.85
convertToUint8ArrayFunction · 0.85
handleWriteCompleteFunction · 0.85
BlobBufferFunction · 0.85
createVideoThumbnailFunction · 0.85
createThumbnailFunction · 0.85
addFunction · 0.85
deleteItFunction · 0.85
setFunction · 0.85
updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected