MCPcopy Create free account
hub / github.com/TruthHun/BookStack / showError

Function showError

static/editor.md/lib/codemirror/addon/tern/tern.js:641–646  ·  view source on GitHub ↗
(ts, cm, msg)

Source from the content-addressed store, hash-verified

639 }
640
641 function showError(ts, cm, msg) {
642 if (ts.options.showError)
643 ts.options.showError(cm, msg);
644 else
645 tempTooltip(cm, String(msg));
646 }
647
648 function closeArgHints(ts) {
649 if (ts.activeArgHints) { remove(ts.activeArgHints); ts.activeArgHints = null; }

Callers 5

hintFunction · 0.70
showContextInfoFunction · 0.70
innerFunction · 0.70
renameFunction · 0.70
selectNameFunction · 0.70

Calls 1

tempTooltipFunction · 0.85

Tested by

no test coverage detected