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

Method warn

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

Source from the content-addressed store, hash-verified

71 }
72
73 warn(...args: any[]) {
74 this.log("warn", ...args);
75 }
76
77 error(...args: any[]) {
78 this.log("error", ...args);

Callers 15

index.tsFile · 0.80
showDeprecationWarningFunction · 0.80
getDistinctIdFunction · 0.80
_triggerLCPReloadMethod · 0.80
determineDistinctIdFunction · 0.80
initCICDFunction · 0.80
makePlatformInitializerFunction · 0.80
_legacyEnvVarWarningFunction · 0.80
getBucketsFunction · 0.80
purge.tsFile · 0.80
init.tsFile · 0.80

Calls 1

logMethod · 0.95

Tested by 1

testFunction · 0.64