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

Function TestPickReadTool_CodexCLI

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

Source from the content-addressed store, hash-verified

410}
411
412func TestPickReadTool_CodexCLI(t *testing.T) {
413 sess := mockSession("codex/0.1", codexCLITools)
414 if got := PickReadTool(sess); got != "read_file" {
415 t.Errorf("expected read_file, got %q", got)
416 }
417}
418
419func TestPickReadTool_Cursor(t *testing.T) {
420 sess := mockSession("cursor/0.44", cursorTools)

Callers

nothing calls this directly

Calls 2

mockSessionFunction · 0.85
PickReadToolFunction · 0.85

Tested by

no test coverage detected