MCPcopy
hub / github.com/ternjs/tern / run

Function run

lib/tern.js:274–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272 infer.resetGuessing();
273 infer.withContext(srv.cx, function() {
274 var result, run = function() { result = queryType.run(srv, query, file); };
275 try {
276 if (timeBudget) infer.withTimeout(timeBudget[0], run);
277 else run();

Callers 1

doRequestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected