MCPcopy 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

allSettledFunction · 0.85
initMethod · 0.65

Tested by

no test coverage detected