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

Function TestPickWriteTool_Cursor

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

Source from the content-addressed store, hash-verified

445}
446
447func TestPickWriteTool_Cursor(t *testing.T) {
448 sess := mockSession("cursor/0.44", cursorTools)
449 if got := PickWriteTool(sess); got != "create_file" {
450 t.Errorf("expected create_file, got %q", got)
451 }
452}
453
454func TestPickWriteTool_Windsurf(t *testing.T) {
455 sess := mockSession("windsurf/1.2", windsurfTools)

Callers

nothing calls this directly

Calls 2

mockSessionFunction · 0.85
PickWriteToolFunction · 0.85

Tested by

no test coverage detected