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

Method handleRejectMagicLinkGet

internal/agent/hitl_magic_api.go:34–36  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

32}
33
34func (a *API) handleRejectMagicLinkGet(w http.ResponseWriter, r *http.Request) {
35 a.renderConfirmPage(w, r, approvaltoken.ActionReject)
36}
37
38// renderConfirmPage validates the token, loads the pending message, and
39// renders an HTML page with a POST form targeting the same endpoint.

Callers

nothing calls this directly

Calls 1

renderConfirmPageMethod · 0.95

Tested by

no test coverage detected