MCPcopy
hub / github.com/google/ax / Close

Method Close

internal/experimental/agent/ate.go:123–128  ·  view source on GitHub ↗

Close gracefully shuts down the ATE agent connection.

()

Source from the content-addressed store, hash-verified

121
122// Close gracefully shuts down the ATE agent connection.
123func (a *SubstrateAgent) Close() error {
124 if a.ateClient != nil {
125 return a.ateClient.Close()
126 }
127 return nil
128}

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected