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

Method execInjectMessage

tests/contract/contract_test.go:415–419  ·  view source on GitHub ↗
(t *testing.T, s *step)

Source from the content-addressed store, hash-verified

413}
414
415func (r *runner) execInjectMessage(t *testing.T, s *step) {
416 t.Helper()
417 msgID := r.env.injectInboundMessage(t, r.resolve(s.AgentEmail), r.resolve(s.From), r.resolve(s.Subject))
418 r.vars["injected_message_id"] = msgID
419}
420
421func (r *runner) execWSConnect(t *testing.T, s *step) {
422 t.Helper()

Callers 1

executeStepsMethod · 0.95

Calls 2

resolveMethod · 0.95
injectInboundMessageMethod · 0.80

Tested by

no test coverage detected