Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ onCreate
Method
onCreate
tools/xsbug/FilePane.js:466–469 ·
view source on GitHub ↗
(table, data)
Source
from the content-addressed store, hash-verified
464
}
465
}
466
onCreate(table, data) {
467
this.data = data;
468
this.expand(table, data.expanded);
469
}
470
onSearchResultsComplete(table, data) {
471
if
(this.data == data)
472
this.expand(table, data.expanded);
Callers
nothing calls this directly
Calls
1
expand
Method · 0.95
Tested by
no test coverage detected