MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / Close

Method Close

internal/e2e/events_api_e2e_test.go:255–255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

253
254func (cr *captureReceiver) URL() string { return cr.srv.URL }
255func (cr *captureReceiver) Close() { cr.srv.Close() }
256func (cr *captureReceiver) Count() int { cr.mu.Lock(); defer cr.mu.Unlock(); return len(cr.requests) }
257func (cr *captureReceiver) handle(w http.ResponseWriter, r *http.Request) {
258 body, _ := io.ReadAll(r.Body)

Calls

no outgoing calls

Tested by

no test coverage detected