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

Function TestFormatToolCallArguments_Empty

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

Source from the content-addressed store, hash-verified

46}
47
48func TestFormatToolCallArguments_Empty(t *testing.T) {
49 t.Parallel()
50 formatted := formatToolCallArguments(``)
51
52 assert.Equal(t, `()`, formatted)
53}
54
55func TestFormatToolCallArguments_Map(t *testing.T) {
56 t.Parallel()

Callers

nothing calls this directly

Calls 1

formatToolCallArgumentsFunction · 0.85

Tested by

no test coverage detected