MCPcopy
hub / github.com/lingodotdev/lingo.dev / info

Method info

packages/new-compiler/src/utils/logger.ts:69–71  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

67 }
68
69 info(...args: any[]) {
70 this.log("info", ...args);
71 }
72
73 warn(...args: any[]) {
74 this.log("warn", ...args);

Callers 15

_envVarsInfoFunction · 0.80
status.tsFile · 0.80
purge.tsFile · 0.80
init.tsFile · 0.80
i18n.tsFile · 0.80
cleanup.tsFile · 0.80
cursor.tsFile · 0.80
index.tsFile · 0.80
createI18nBranchMethod · 0.80
configureGitMethod · 0.80
LingoProvider__DevFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected