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

Method onReveal

tools/xsbug/CodeView.js:277–279  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

275 code.container.scrollTo(0, 0);
276 }
277 onReveal(code) {
278 code.container.reveal(code.selectionBounds, true);
279 }
280 onSelected(code) {
281 code.bubble("onCodeSelected");
282 this.data.at = undefined;

Callers 4

findMethod · 0.95
onStateChangedMethod · 0.95
doFindNextMethod · 0.45
doFindPreviousMethod · 0.45

Calls 1

revealMethod · 0.65

Tested by

no test coverage detected