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

Method onCreate

tools/xsbug/FilePane.js:381–385  ·  view source on GitHub ↗
(table, data)

Source from the content-addressed store, hash-verified

379 return SearchHeader(this.data, {left:0, right:0, top:0, height:table.first.height});
380 }
381 onCreate(table, data) {
382 table.duration = 500;
383 this.data = data;
384 this.onFindEdited(table);
385 }
386 onFindEdited(table) {
387 table.stop();
388 let data = this.data;

Callers

nothing calls this directly

Calls 1

onFindEditedMethod · 0.95

Tested by

no test coverage detected