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

Function TestPickReadTool_ClaudeCode

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

Source from the content-addressed store, hash-verified

403}
404
405func TestPickReadTool_ClaudeCode(t *testing.T) {
406 sess := mockSession("claude-code/1.0", claudeCodeTools)
407 if got := PickReadTool(sess); got != "Read" {
408 t.Errorf("expected Read, got %q", got)
409 }
410}
411
412func TestPickReadTool_CodexCLI(t *testing.T) {
413 sess := mockSession("codex/0.1", codexCLITools)

Callers

nothing calls this directly

Calls 2

mockSessionFunction · 0.85
PickReadToolFunction · 0.85

Tested by

no test coverage detected