MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / TestPickShellTool_Cline

Function TestPickShellTool_Cline

internal/sessions/transfer_test.go:384–389  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

382}
383
384func TestPickShellTool_Cline(t *testing.T) {
385 sess := mockSession("cline/3.18", clineTools)
386 if got := PickShellTool(sess); got != "execute_command" {
387 t.Errorf("expected execute_command, got %q", got)
388 }
389}
390
391func TestPickShellTool_Cursor(t *testing.T) {
392 sess := mockSession("cursor/0.44", cursorTools)

Callers

nothing calls this directly

Calls 2

mockSessionFunction · 0.85
PickShellToolFunction · 0.85

Tested by

no test coverage detected