Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinode/chat
/ Close
Method
Close
server/db/adapter.go:20–20 ·
view source on GitHub ↗
Close the adapter
()
Source
from the content-addressed store, hash-verified
18
Open(config json.RawMessage) error
19
// Close the adapter
20
Close() error
21
// IsOpen checks if the adapter is ready for use
22
IsOpen() bool
23
// GetDbVersion returns current database version.
Callers
15
main
Function · 0.65
closeWS
Method · 0.65
initVideoCalls
Function · 0.65
pluginsShutdown
Function · 0.65
largeFileServeHTTP
Function · 0.65
LargeFileServe
Method · 0.65
LargeFileReceive
Method · 0.65
reconnect
Method · 0.65
call
Method · 0.65
handleRpcResponse
Method · 0.65
shutdown
Method · 0.65
main
Function · 0.65
Implementers
4
adapter
server/db/mongodb/adapter.go
adapter
server/db/postgres/adapter.go
adapter
server/db/rethinkdb/adapter.go
adapter
server/db/mysql/adapter.go
Calls
no outgoing calls
Tested by
15
TestUserCreate
Function · 0.52
TestTopicCreateP2P
Function · 0.52
TestUserUpdate
Function · 0.52
TestCredFail
Function · 0.52
TestCredConfirm
Function · 0.52
TestAuthUpdRecord
Function · 0.52
TestTopicUpdateOnMessage
Function · 0.52
TestTopicUpdate
Function · 0.52
TestTopicUpdateSubCnt
Function · 0.52
TestTopicOwnerChange
Function · 0.52
TestSubsUpdate
Function · 0.52
TestSubsDelete
Function · 0.52