MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / ensureTerminated

Method ensureTerminated

www/js/_hyperscript.esm.js:1318–1325  ·  view source on GitHub ↗
(commandList)

Source from the content-addressed store, hash-verified

1316 return this.requireElement("expression");
1317 }
1318 ensureTerminated(commandList) {
1319 var implicitReturn = new ImplicitReturn();
1320 var end = commandList;
1321 while (end.next) {
1322 end = end.next;
1323 }
1324 end.next = implicitReturn;
1325 }
1326};
1327
1328// src/core/kernel.js

Callers 9

parseErrorAndFinallyMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
renderFunction · 0.45
resolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected