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

Function ternError

lib/web/tern/tern.js:423–427  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

421 }
422
423 function ternError(msg) {
424 var err = new Error(msg);
425 err.name = "TernError";
426 return err;
427 }
428
429 function resolveFile(srv, localFiles, name) {
430 var isRef = name.match(/^#(\d+)$/);

Callers 11

resolveFileFunction · 0.85
tern.jsFile · 0.85
findCompletionsFunction · 0.85
findExprOrThrowFunction · 0.85
findExprTypeFunction · 0.85
findTypeAtFunction · 0.85
findRefsToVariableFunction · 0.85
storeRefFunction · 0.85
findRefsToPropertyFunction · 0.85
findRefsFunction · 0.85
buildRenameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected