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

Method onFindEdited

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

Source from the content-addressed store, hash-verified

433
434class SearchHeaderBehavior extends HeaderBehavior {
435 onFindEdited(row) {
436 let table = this.held ? this.table : row.container;
437 table.behavior.onFindEdited(table);
438 return true;
439 }
440};
441
442class ResultTableBehavior extends TableBehavior {

Callers

nothing calls this directly

Calls 1

onFindEditedMethod · 0.45

Tested by

no test coverage detected