MCPcopy Create free account
hub / github.com/IceClusters/icmysql / AddDB

Function AddDB

src/db/debug/Debug.js:8–15  ·  view source on GitHub ↗
(db, type, time)

Source from the content-addressed store, hash-verified

6var dbs = [];
7
8function AddDB(db, type, time) {
9 dbs.push({
10 id: db,
11 orm: false,
12 type: type,
13 time: time
14 });
15}
16
17function SetDBORM(db, orm) {
18 dbs.forEach((item, index) => {

Callers 1

RegisterConnectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected