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

Function warn

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

Source from the content-addressed store, hash-verified

45}
46
47export function warn(str: string, onlyOnce?: boolean) {
48 outputLog('warn', str, onlyOnce);
49}
50
51export function error(str: string, onlyOnce?: boolean) {
52 outputLog('error', str, onlyOnce);

Callers 15

renderMethod · 0.90
shouldRealtimeSortFunction · 0.90
addTicksInSpanFunction · 0.90
getTicksMethod · 0.90
updateModelAxisBreakFunction · 0.90
onclickMethod · 0.90
containPixelMethod · 0.90
getVisualMethod · 0.90
handlerMethod · 0.90
showLoadingMethod · 0.90
doConvertPixelImplMethod · 0.90
disposedWarningFunction · 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…