MCPcopy Create free account
hub / github.com/TruthHun/BookStack / generatePromiseLifecycleEventObject

Function generatePromiseLifecycleEventObject

static/word2md/mammoth.browser.js:4860–4862  ·  view source on GitHub ↗
(name, promise)

Source from the content-addressed store, hash-verified

4858})();
4859
4860function generatePromiseLifecycleEventObject(name, promise) {
4861 return {promise: promise};
4862}
4863
4864var eventToObjectGenerator = {
4865 promiseCreated: generatePromiseLifecycleEventObject,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected