MCPcopy Create free account
hub / github.com/codehamr/codehamr / TestInlineStatusGeneric

Function TestInlineStatusGeneric

internal/tools/bash_test.go:258–264  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

256 t.Fatalf("bad inline status: %q", s)
257 }
258}
259
260func TestInlineStatusGeneric(t *testing.T) {
261 s := InlineStatus(chmctx.ToolCall{Name: "context7",
262 Arguments: map[string]any{"query": "react useEffect"}})
263 if !strings.HasPrefix(s, "▶ context7: react") {
264 t.Fatalf("bad inline status: %q", s)
265 }
266}
267

Callers

nothing calls this directly

Calls 1

InlineStatusFunction · 0.85

Tested by

no test coverage detected