MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / ensureTerminated

Method ensureTerminated

src/core/parser.js:321–328  ·  view source on GitHub ↗
(commandList)

Source from the content-addressed store, hash-verified

319 }
320
321 ensureTerminated(commandList) {
322 var implicitReturn = new ImplicitReturn();
323 var end = commandList;
324 while (end.next) {
325 end = end.next;
326 }
327 end.next = implicitReturn;
328 }
329}

Callers 15

parseMethod · 0.95
renderFunction · 0.95
parseMethod · 0.95
renderFunction · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
renderFunction · 0.95
parseMethod · 0.45
_renderTemplateMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected