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

Function newStatefulIdem

internal/httpapi/webhooks_rotate_idem_test.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func newStatefulIdem() *statefulIdem {
29 return &statefulIdem{cached: map[string]idempotency.CachedResponse{}, inflight: map[string]bool{}}
30}
31
32func (m *statefulIdem) Claim(_ context.Context, _, key, _, _ string) (idempotency.ClaimResult, error) {
33 m.mu.Lock()

Callers 1

rotateTestServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected