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

Method onCreate

tools/xsbug/FilePane.js:480–483  ·  view source on GitHub ↗
(row, data)

Source from the content-addressed store, hash-verified

478
479class ResultRowBehavior extends RowBehavior {
480 onCreate(row, data) {
481 this.data = data;
482 row.last.select(data.delta, data.length);
483 }
484 onTap(row) {
485 let data = this.data;
486 model.selectFile(row.container.behavior.data.path, { selection: { offset:data.offset, length:data.length } });

Callers

nothing calls this directly

Calls 1

selectMethod · 0.45

Tested by

no test coverage detected