MCPcopy Create free account
hub / github.com/esengine/esengine / getCurrentAdapter

Function getCurrentAdapter

packages/core/src/Platform/index.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29export function getCurrentAdapter() {
30 return PlatformManager.getInstance().getAdapter();
31}
32
33export function getBasicWorkerConfig() {
34 return PlatformManager.getInstance().getBasicWorkerConfig();

Callers

nothing calls this directly

Calls 2

getAdapterMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected