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

Method fine

src/utils/log.js:242–244  ·  view source on GitHub ↗

* Reports a fine-grained message. * @param {string} tag * @param {...*} args

(tag, ...args)

Source from the content-addressed store, hash-verified

240 * @param {...*} args
241 */
242 fine(tag, ...args) {
243 this.msg_(tag, LogLevel_Enum.FINE, args);
244 }
245
246 /**
247 * Reports a informational message.

Callers 15

input.jsFile · 0.80
helloFunction · 0.80
helloAgainFunction · 0.80
methodMethod · 0.80
output.jsFile · 0.80
input.jsFile · 0.80
input.jsFile · 0.80
helloFunction · 0.80
helloAgainFunction · 0.80
methodMethod · 0.80
input.jsFile · 0.80
helloFunction · 0.80

Calls 1

msg_Method · 0.95

Tested by

no test coverage detected