MCPcopy
hub / github.com/opentrace/opentrace / close

Method close

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

Tear down the connection, database, and engine worker. Idempotent.

()

Source from the content-addressed store, hash-verified

62 fsUnlink(path: string): Promise<void>;
63 /** Tear down the connection, database, and engine worker. Idempotent. */
64 close(): Promise<void>;
65}
66
67class MainThreadLbugEngine implements LbugEngine {

Callers 15

closeFunction · 0.65
readFileFunction · 0.65
writeFileFunction · 0.65
quitFunction · 0.65
createDataFileFunction · 0.65
handleOpenFunction · 0.65
bindFunction · 0.65
_fd_closeFunction · 0.65
databaseCloseFunction · 0.65
connectionCloseFunction · 0.65
preparedStatementCloseFunction · 0.65

Implementers 1

MainThreadLbugEngineui/src/store/lbugEngine.ts

Calls

no outgoing calls