29 matches across 1 files for TODO lang:JavaScript lang:JavaScript path:packages/react-devtools-cdt-mcp/e2e/run.flow.js
snippet_mode: auto · sorted by relevance
packages/react-devtools-cdt-mcp/e2e/run.flow.js JAVASCRIPT 29 matches · showing 5 view file →
1004 'Expected function component Counter'
1005 );
1006 const todo = findNode(
1007 tree,
1008 node => node.name === 'Todo' && node.type === 'function',
· · ·
1008 node => node.name === 'Todo' && node.type === 'function',
1009 'Expected function component Todo'
1010 );
· · ·
1009 'Expected function component Todo'
1010 );
1011 const todoList = findNode(
· · ·
1011 const todoList = findNode(
1012 tree,
1013 node => node.name === 'TodoList' && node.type === 'function',
· · ·
1013 node => node.name === 'TodoList' && node.type === 'function',
1014 'Expected function component TodoList'
1015 );
+ 24 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.