MCPcopy
hub / github.com/ampproject/amphtml / maybeExpandMessageArgs_

Method maybeExpandMessageArgs_

src/utils/log.js:333–337  ·  view source on GitHub ↗

* @param {!Array} args * @return {!Array} * @private

(args)

Source from the content-addressed store, hash-verified

331 * @private
332 */
333 maybeExpandMessageArgs_(args) {
334 return isArray(args[0])
335 ? this.expandMessageArgs_(/** @type {!Array} */ (args[0]))
336 : args;
337 }
338
339 /**
340 * Either redirects a pair of (errorId, ...args) to a URL where the full

Callers 1

msg_Method · 0.95

Calls 2

expandMessageArgs_Method · 0.95
isArrayFunction · 0.85

Tested by

no test coverage detected