MCPcopy
hub / github.com/tinode/chat / Open

Method Open

server/db/adapter.go:18–18  ·  view source on GitHub ↗

General Open and configure the adapter

(config json.RawMessage)

Source from the content-addressed store, hash-verified

16
17 // Open and configure the adapter
18 Open(config json.RawMessage) error
19 // Close the adapter
20 Close() error
21 // IsOpen checks if the adapter is ready for use

Callers 10

mainFunction · 0.65
initVideoCallsFunction · 0.65
mainFunction · 0.65
DownloadMethod · 0.65
initFunction · 0.65
initFunction · 0.65
initFunction · 0.65
OpenMethod · 0.65
CreateDbMethod · 0.65
initFunction · 0.65

Implementers 4

adapterserver/db/mongodb/adapter.go
adapterserver/db/postgres/adapter.go
adapterserver/db/rethinkdb/adapter.go
adapterserver/db/mysql/adapter.go

Calls

no outgoing calls

Tested by 4

initFunction · 0.52
initFunction · 0.52
initFunction · 0.52
initFunction · 0.52