MCPcopy
hub / github.com/apache/echarts / error

Function error

src/util/log.ts:51–53  ·  view source on GitHub ↗
(str: string, onlyOnce?: boolean)

Source from the content-addressed store, hash-verified

49}
50
51export function error(str: string, onlyOnce?: boolean) {
52 outputLog('error', str, onlyOnce);
53}
54
55export function deprecateLog(str: string) {
56 if (__DEV__) {

Callers 15

linesLayout.tsFile · 0.90
writeExtentFunction · 0.90
validatePercentFunction · 0.90
parseAxisBreakOptionFunction · 0.90
getTargetMethod · 0.90
registerImplFunction · 0.90
getImplFunction · 0.90
setOptionMethod · 0.90
setThemeMethod · 0.90
resizeMethod · 0.90
registerActionFunction · 0.90
decideCoordSysUsageKindFunction · 0.90

Calls 1

outputLogFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…