MCPcopy
hub / github.com/opentrace/opentrace / init

Method init

ui/src/store/lbugEngine.ts:54–54  ·  view source on GitHub ↗

Boot the engine worker, open the in-memory database, open a connection.

()

Source from the content-addressed store, hash-verified

52export interface LbugEngine {
53 /** Boot the engine worker, open the in-memory database, open a connection. */
54 init(): Promise<void>;
55 /** Run a Cypher query and return all rows as plain objects. */
56 query(cypher: string): Promise<Record<string, unknown>[]>;
57 /** Run a Cypher statement that returns no rows (DDL, COPY, CALL ...). */

Callers 10

initRuntimeFunction · 0.65
'build/sync/index.js'Function · 0.65
initFunction · 0.65
runTestFunction · 0.65
initModuleMethod · 0.65
handleEngineRequestMethod · 0.65
initMethod · 0.65
ensureParsersFunction · 0.65
mainFunction · 0.65

Implementers 1

MainThreadLbugEngineui/src/store/lbugEngine.ts

Calls

no outgoing calls

Tested by

no test coverage detected