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

Method onCreate

tools/xsbug/FilePane.js:175–178  ·  view source on GitHub ↗
(column, data)

Source from the content-addressed store, hash-verified

173 return BreakpointHeader(this.data, {left:0, right:0, top:0, height:column.first.height});
174 }
175 onCreate(column, data) {
176 this.data = data;
177 this.expand(column, data.expanded);
178 }
179 onBreakpointsChanged(column, data) {
180 var data = this.data;
181 this.expand(column, data.expanded);

Callers

nothing calls this directly

Calls 1

expandMethod · 0.95

Tested by

no test coverage detected