MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / Close

Method Close

agent/utils/postgresql/client/remote.go:353–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351}
352
353func (r *Remote) Close() {
354 _ = r.Client.Close()
355}
356
357func (r *Remote) ExecSQL(command string, timeout uint) error {
358 ctx, cancel := context.WithTimeout(context.Background(), time.Duration(timeout)*time.Second)

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected