MCPcopy Index your code
hub / github.com/microsoft/SandDance / groupEnd

Method groupEnd

docs/app/js/sanddance-app.js:58257–58259  ·  view source on GitHub ↗
(logLevel)

Source from the content-addressed store, hash-verified

58255 }));
58256 }
58257 groupEnd(logLevel) {
58258 return this._getLogFunction(logLevel, "", console.groupEnd || noop);
58259 }
58260 withGroup(logLevel, message, func) {
58261 this.group(logLevel, message)();
58262 try {

Callers 3

withGroupMethod · 0.95
getLoggersFunction · 0.45
sanddance-app.jsFile · 0.45

Calls 1

_getLogFunctionMethod · 0.95

Tested by

no test coverage detected