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

Function TestExtractForwardContext_EmptyInput

internal/outbound/forward_test.go:180–185  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

178}
179
180func TestExtractForwardContext_EmptyInput(t *testing.T) {
181 ctx := ExtractForwardContext(nil)
182 if ctx != (ForwardContext{}) {
183 t.Errorf("empty input produced non-zero context: %+v", ctx)
184 }
185}
186
187func TestBuildForwardBody_WithCommentAndContext(t *testing.T) {
188 ctx := ForwardContext{

Callers

nothing calls this directly

Calls 1

ExtractForwardContextFunction · 0.85

Tested by

no test coverage detected