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

Method Captured

internal/testutil/server.go:260–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258}
259
260func (s *SubscriberReceiverResult) Captured() []SubscriberCaptured {
261 s.mu.Lock()
262 defer s.mu.Unlock()
263 out := make([]SubscriberCaptured, len(s.captured))
264 copy(out, s.captured)
265 return out
266}
267
268// SetStatus pins a non-200 response for the given path. Used by the
269// auto-disable test to force the worker into the failure path.

Calls 2

makeFunction · 0.85
copyFunction · 0.50