13 matches across 1 files for func main lang:JavaScript path:fixtures/devtools/regression/shared.js lang:JavaScript
snippet_mode: auto · sorted by relevance
fixtures/devtools/regression/shared.js JAVASCRIPT 13 matches · showing 5 view file →
11
12// Convenience wrapper to organize API features in DevTools.
13function Feature({children, label, version}) {
14 return (
15 <div className="Feature">
· · ·
33}
34
35// https://github.com/facebook/react/blob/main/CHANGELOG.md
36switch (major) {
37 case 16:
· · ·
38 switch (minor) {
39 case 7:
40 if (typeof React.useState === 'function') {
41 // Hooks
42 function Hooks() {
· · ·
42 function Hooks() {
43 const [count, setCount] = React.useState(0);
44 const incrementCount = React.useCallback(
· · ·
61 case 6:
62 // memo
63 function LabelComponent({label}) {
64 return <label>{label}</label>;
65 }
+ 8 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.