Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awayjs/core
/ init
Method
init
lib/utils/AsyncServicesLibrary.ts:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
public static init(): Promise<void> {
29
return
allSettled(this.serviceLibraries.map(s => s.init())).then(() => void 0);
30
}
31
}
Callers
nothing calls this directly
Calls
2
allSettled
Function · 0.85
init
Method · 0.65
Tested by
no test coverage detected