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

Method Write

internal/agent/idempotency_guard.go:177–183  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

175}
176
177func (c *capturingWriter) Write(b []byte) (int, error) {
178 if c.statusCode == 0 {
179 c.statusCode = http.StatusOK
180 }
181 c.body.Write(b)
182 return c.ResponseWriter.Write(b)
183}

Callers 8

signMACFunction · 0.45
blockAuditIDFunction · 0.45
hmacHexSHA256Function · 0.45
expectedHMACFunction · 0.45
idempotencyGuardMethod · 0.45

Calls

no outgoing calls