Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ocodista/trampar-de-casa
/ connect
Method
connect
packages/shared/src/test/mocks/mongodb.ts:8–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
Document: vi.fn(),
7
MongoClient:
class
MongoClient {
8
public connect() {
9
return
{
10
db: () => ({
11
collection: vi.fn(),
12
}),
13
Document: vi.fn(),
14
close: vi.fn(),
15
}
16
}
17
},
18
}
19
})
Callers
9
getMongoConnection
Function · 0.95
getMongoConnection
Function · 0.95
createRabbitMqConnection
Function · 0.80
createRabbitMqChannel
Function · 0.80
updateSubscriberTopics
Method · 0.80
setupData
Function · 0.80
get_postgres_connection
Function · 0.80
index.ts
File · 0.80
getRedisClient
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected