MCPcopy
hub / github.com/docker/docker-agent / Close

Method Close

pkg/session/store.go:1019–1021  ·  view source on GitHub ↗

Close closes the database connection

()

Source from the content-addressed store, hash-verified

1017
1018// Close closes the database connection
1019func (s *SQLiteSessionStore) Close() error {
1020 return s.db.Close()
1021}
1022
1023// AddMessage adds a message to a session at the next position.
1024// Returns the ID of the created message item.

Callers 3

runAPICommandMethod · 0.95
newTUIFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by 2

newTUIFunction · 0.76