MCPcopy 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.jsFile · 0.85
injectFixtureFunction · 0.85

Calls 1

getQueryParamFunction · 0.85

Tested by

no test coverage detected