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

Method onTap

tools/xsbug/DebugPane.js:190–195  ·  view source on GitHub ↗
(row)

Source from the content-addressed store, hash-verified

188
189class DebugRowBehavior extends RowBehavior {
190 onTap(row) {
191 if (this.data.line)
192 model.selectFile(this.data.value, { line: this.data.line });
193 else
194 row.bubble("doToggleItem", this.data.value);
195 }
196};
197
198class CallTableBehavior extends DebugTableBehavior {

Callers

nothing calls this directly

Calls 2

selectFileMethod · 0.80
bubbleMethod · 0.80

Tested by

no test coverage detected