MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / showError

Function showError

lib/web/CodeMirror/addon/tern/tern.js:659–664  ·  view source on GitHub ↗
(ts, cm, msg)

Source from the content-addressed store, hash-verified

657 }
658
659 function showError(ts, cm, msg) {
660 if (ts.options.showError)
661 ts.options.showError(cm, msg);
662 else
663 tempTooltip(cm, String(msg), ts);
664 }
665
666 function closeArgHints(ts) {
667 if (ts.activeArgHints) {

Callers 5

hintFunction · 0.85
showContextInfoFunction · 0.85
innerFunction · 0.85
renameFunction · 0.85
selectNameFunction · 0.85

Calls 1

tempTooltipFunction · 0.85

Tested by

no test coverage detected