MCPcopy
hub / github.com/webpack/webpack / group

Method group

lib/logging/Logger.js:127–129  ·  view source on GitHub ↗

* Processes the provided arg. * @param {Args} args args

(...args)

Source from the content-addressed store, hash-verified

125 * @param {Args} args args
126 */
127 group(...args) {
128 this[LOG_SYMBOL](LogType.group, args);
129 }
130
131 /**
132 * Processes the provided arg.

Callers 3

loggerFunction · 0.80
applyMethod · 0.80
logSomeMethod · 0.80

Calls

no outgoing calls

Tested by 1

applyMethod · 0.64