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

Function TestPickWriteTool_Cline

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

Source from the content-addressed store, hash-verified

438}
439
440func TestPickWriteTool_Cline(t *testing.T) {
441 sess := mockSession("cline/3.18", clineTools)
442 if got := PickWriteTool(sess); got != "write_file" {
443 t.Errorf("expected write_file, got %q", got)
444 }
445}
446
447func TestPickWriteTool_Cursor(t *testing.T) {
448 sess := mockSession("cursor/0.44", cursorTools)

Callers

nothing calls this directly

Calls 2

mockSessionFunction · 0.85
PickWriteToolFunction · 0.85

Tested by

no test coverage detected