MCPcopy Index your code
hub / github.com/docker/docker-agent / TestFormatToolCallResponse_Empty

Function TestFormatToolCallResponse_Empty

pkg/cli/printer_test.go:9–14  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

7)
8
9func TestFormatToolCallResponse_Empty(t *testing.T) {
10 t.Parallel()
11 formatted := formatToolCallResponse(``)
12
13 assert.Equal(t, ` → ()`, formatted)
14}
15
16func TestFormatToolCallResponse_Map(t *testing.T) {
17 t.Parallel()

Callers

nothing calls this directly

Calls 1

formatToolCallResponseFunction · 0.85

Tested by

no test coverage detected