MCPcopy
hub / github.com/opentrace/opentrace / createLbugEngine

Function createLbugEngine

ui/src/store/lbugEngine.ts:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135
136/** Construct a main-thread LadybugDB engine. */
137export function createLbugEngine(): LbugEngine {
138 return new MainThreadLbugEngine();
139}

Callers 1

WorkerGraphStoreClass · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected