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

Function TestFormatToolCallArguments_PlainText

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

Source from the content-addressed store, hash-verified

87}
88
89func TestFormatToolCallArguments_PlainText(t *testing.T) {
90 t.Parallel()
91 formatted := formatToolCallArguments(`Plain Text`)
92
93 assert.Equal(t, `(Plain Text)`, formatted)
94}

Callers

nothing calls this directly

Calls 1

formatToolCallArgumentsFunction · 0.85

Tested by

no test coverage detected