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

Method onTap

tools/xsbug/FilePane.js:198–204  ·  view source on GitHub ↗
(row)

Source from the content-addressed store, hash-verified

196
197class BreakpointRowBehavior extends RowBehavior {
198 onTap(row) {
199 let data = this.data;
200 if (data.id & 2)
201 row.bubble("onEditFunctionBreakpoint", data);
202 else
203 model.selectFile(data.path, { line:data.line });
204 }
205};
206
207class BreakpointEnabledBehavior extends Behavior {

Callers

nothing calls this directly

Calls 2

bubbleMethod · 0.80
selectFileMethod · 0.80

Tested by

no test coverage detected