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

Method params

src/debug/Debugger.js:19–22  ·  view source on GitHub ↗

* Returns the params of the debugger. * @returns {DebuggerParams} * @readonly * @static * @memberof Debugger

()

Source from the content-addressed store, hash-verified

17 * @memberof Debugger
18 */
19 static get params() {
20 Debugger.initParams();
21 return window[Debugger.paramKey];
22 }
23
24 /**
25 * Sets the logging level of the debugger.

Callers

nothing calls this directly

Calls 1

initParamsMethod · 0.80

Tested by

no test coverage detected