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

Function TestFormatToolCallArguments_MapOfEmptyArray

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

Source from the content-addressed store, hash-verified

75}
76
77func TestFormatToolCallArguments_MapOfEmptyArray(t *testing.T) {
78 t.Parallel()
79 formatted := formatToolCallArguments(`{"array": []}`)
80 assert.Equal(t, `(array: [])`, formatted)
81}
82
83func TestFormatToolCallArguments_MapOfSingleItemArray(t *testing.T) {
84 t.Parallel()

Callers

nothing calls this directly

Calls 1

formatToolCallArgumentsFunction · 0.85

Tested by

no test coverage detected