Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yocontra/react-responsive
/ getQuery
Function
getQuery
src/useMediaQuery.ts:59–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
58
const
useQuery = (settings: MediaQuerySettings) => {
59
const
getQuery = () => makeQuery(settings)
60
const
[query, setQuery] = useState(getQuery)
61
62
useEffect(() => {
Callers
1
useQuery
Function · 0.85
Calls
1
makeQuery
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…