Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react/react
/ getBooleanQueryParam
Function
getBooleanQueryParam
fixtures/dom/public/renderer.js:51–53 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
49
}
50
51
function
getBooleanQueryParam(key) {
52
return
getQueryParam(key) ===
'true'
;
53
}
54
55
function
setStatus(label) {
56
status.innerHTML = label;
Callers
2
renderer.js
File · 0.85
injectFixture
Function · 0.85
Calls
1
getQueryParam
Function · 0.85
Tested by
no test coverage detected