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

Method doFindPrevious

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

Source from the content-addressed store, hash-verified

78 code.behavior.onReveal(code);
79 }
80 doFindPrevious(container) {
81 var code = this.data.CODE;
82 code.focus();
83 code.findAgain(-1);
84 code.behavior.onSelected(code);
85 code.behavior.onReveal(code);
86 }
87 doFindSelection(container) {
88 var data = this.data;
89 var code = data.CODE;

Callers

nothing calls this directly

Calls 3

focusMethod · 0.80
onSelectedMethod · 0.45
onRevealMethod · 0.45

Tested by

no test coverage detected