Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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. */
137
export
function
createLbugEngine(): LbugEngine {
138
return
new
MainThreadLbugEngine();
139
}
Callers
1
WorkerGraphStore
Class · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected