Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ promise
Method
promise
packages/utils/src/create-defer.ts:4–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
resolve(value?: T | PromiseLike<T>): void;
3
reject(reason?: any): void;
4
promise(): Promise<T>;
5
}
6
7
export
function
createDefer<T = any>(): Defer<T> {
Callers
3
create-defer.test.ts
File · 0.80
applyUrl
Method · 0.80
load
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected