13 matches across 1 files for func main lang:JavaScript path:fixtures/dom/src/components/fixtures/fragment-refs/TextNodesCase.js
snippet_mode: auto · sorted by relevance
fixtures/dom/src/components/fixtures/fragment-refs/TextNodesCase.js JAVASCRIPT 13 matches · showing 5 view file →
9const {Fragment, useRef, useState} = React;
10
11function GetClientRectsTextOnly() {
12 return (
13 <TestCase title="getClientRects - Text Only">
· · ·
30}
31
32function GetClientRectsMixed() {
33 return (
34 <TestCase title="getClientRects - Mixed Content">
· · ·
71}
72
73function FocusTextOnlyNoop() {
74 const fragmentRef = useRef(null);
75 const [message, setMessage] = useState('');
· · ·
118}
119
120function ScrollIntoViewTextOnly() {
121 const fragmentRef = useRef(null);
122 const [message, setMessage] = useState('');
· · ·
171}
172
173function ScrollIntoViewMixed() {
174 const fragmentRef = useRef(null);
175 const [message, setMessage] = useState('');
+ 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.