MCPcopy Create free account
hub / github.com/diillson/chatcli / TestDescribeCall_UsesOptIn

Function TestDescribeCall_UsesOptIn

cli/plugins/capabilities_test.go:85–87  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

83}
84
85func TestDescribeCall_UsesOptIn(t *testing.T) {
86 assert.Equal(t, "describe:read", DescribeCall(describePlugin{}, []string{"read"}))
87}
88
89// TestDescribeCall_FallbackWhenOptInReturnsEmpty asserts that the helper
90// doesn't return "" when a DescribeCall implementation gives up — the

Callers

nothing calls this directly

Calls 2

DescribeCallFunction · 0.85
EqualMethod · 0.80

Tested by

no test coverage detected