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

Method onTap

tools/xsbug/ProfilePane.js:493–497  ·  view source on GitHub ↗
(row)

Source from the content-addressed store, hash-verified

491 button.visible = false;
492 }
493 onTap(row) {
494 const { path, line } = this.data.record;
495 if (path)
496 model.selectFile(path, { line });
497 }
498};
499
500// TEMPLATES

Callers

nothing calls this directly

Calls 1

selectFileMethod · 0.80

Tested by

no test coverage detected