MCPcopy Index your code
hub / github.com/SpringRoll/SpringRoll / isEnabled

Method isEnabled

src/debug/Debugger.js:192–194  ·  view source on GitHub ↗

* Returns a boolean indicating if the debugger has been enabled or not. * @static * @returns {boolean}

()

Source from the content-addressed store, hash-verified

190 * @returns {boolean}
191 */
192 static isEnabled() {
193 return window[Debugger.paramKey].enabled;
194 }
195
196 /**
197 * Disables or enables all debugger instances.

Callers 1

logMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected