MCPcopy
hub / github.com/lavas-project/lavas / info

Method info

packages/lavas-core-vue/core/utils/logger.js:62–67  ·  view source on GitHub ↗
(tag, content, update, done)

Source from the content-addressed store, hash-verified

60 }
61
62 info(tag, content, update, done) {
63 if (this.options.level < LOG.INFO.LEVEL) {
64 return;
65 }
66 this.log(tag, content, LOG.INFO.COLOR, update, done);
67 }
68
69 warn(tag, content, update, done) {
70 if (this.options.level < LOG.WARN.LEVEL) {

Callers 12

requestPackageInfoFunction · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
exportProjectFunction · 0.80
action.jsFile · 0.80
readMethod · 0.80
readConfigFileMethod · 0.80
refreshFilesMethod · 0.80
ssr.jsFile · 0.80
buildMethod · 0.80
buildMethod · 0.80
logger.test.jsFile · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected