MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / doFindNext

Method doFindNext

tools/xsbug/CodeView.js:73–79  ·  view source on GitHub ↗
(container)

Source from the content-addressed store, hash-verified

71 container.run(new FindTransition, container.first, findRow, null, 1);
72 }
73 doFindNext(container) {
74 var code = this.data.CODE;
75 code.focus();
76 code.findAgain(1);
77 code.behavior.onSelected(code);
78 code.behavior.onReveal(code);
79 }
80 doFindPrevious(container) {
81 var code = this.data.CODE;
82 code.focus();

Callers

nothing calls this directly

Calls 3

focusMethod · 0.80
onSelectedMethod · 0.45
onRevealMethod · 0.45

Tested by

no test coverage detected