MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / resolve

Method resolve

packages/utils/src/create-defer.ts:2–2  ·  view source on GitHub ↗
(value?: T | PromiseLike<T>)

Source from the content-addressed store, hash-verified

1export interface Defer<T = any> {
2 resolve(value?: T | PromiseLike<T>): void;
3 reject(reason?: any): void;
4 promise(): Promise<T>;
5}

Callers 15

babel.config.jsFile · 0.80
onloadMethod · 0.80
onloadFunction · 0.80
waitForThingFunction · 0.80
request.test.tsFile · 0.80
waitFirstConsumeMethod · 0.80
onceGotMethod · 0.80
notifyGotMethod · 0.80
onceGotMethod · 0.80
notifyGotMethod · 0.80
popupMethod · 0.80

Calls

no outgoing calls

Tested by 5

readOutputTextFileFunction · 0.64
readOutputTextFileFunction · 0.64
readOutputTextFileFunction · 0.64
readOutputTextFileFunction · 0.64
readOutputTextFileFunction · 0.64