Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/reactjs/react-rails
/ setEnabled
Function
setEnabled
lib/assets/react-source/development/react.js:7821–7823 ·
view source on GitHub ↗
(enabled)
Source
from the content-addressed store, hash-verified
7819
7820
var
_enabled = true;
7821
function
setEnabled(enabled) {
7822
_enabled = !!enabled;
7823
}
7824
function
isEnabled() {
7825
return
_enabled;
7826
}
Callers
2
prepareForCommit
Function · 0.85
resetAfterCommit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected