MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / handlePromise

Function handlePromise

examples/io/streams/modules/streams.js:208–210  ·  view source on GitHub ↗
(record)

Source from the content-addressed store, hash-verified

206 return record;
207}
208function handlePromise(record) {
209 record.promise.catch(ignoreReason);
210}
211function isPromisePending(record) {
212 return record.pending;
213}

Calls

no outgoing calls

Tested by

no test coverage detected