MCPcopy
hub / github.com/witheve/Eve / next

Method next

typings/commonmark/commonmark.d.ts:24–24  ·  view source on GitHub ↗

* Returns an object with properties entering and node. Returns null when we have finished walking the tree.

()

Source from the content-addressed store, hash-verified

22 * Returns an object with properties entering and node. Returns null when we have finished walking the tree.
23 */
24 next(): NodeWalkingStep;
25 /**
26 * Resets the iterator to resume at the specified node and setting for entering. (Normally this isn't needed unless you do destructive updates to the Node tree.)
27 */

Callers 11

tokenBaseFunction · 0.65
tokenStringFunction · 0.65
tokenParenthesizedFunction · 0.65
tokenCCommentFunction · 0.65
searchOverlayFunction · 0.65
parseMarkdownFunction · 0.65
EditorClass · 0.65
processInlinesFunction · 0.65
renderFunction · 0.65
renderNodesFunction · 0.65
parseMarkdownFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected