MCPcopy Create free account
hub / github.com/abaplint/transpiler / constructor

Method constructor

packages/database-sqlite/src/index.ts:11–13  ·  view source on GitHub ↗
(input?: {trace?: boolean})

Source from the content-addressed store, hash-verified

9 private sqlite: Database | undefined = undefined;
10 private inTransaction = false;
11
12 public constructor(input?: {trace?: boolean}) {
13 this.trace = input?.trace === true;
14 }
15
16 public async connect(data?: ArrayLike<number> | Buffer | null) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected