MCPcopy Index your code
hub / github.com/plotly/dash / toStructure

Method toStructure

components/dash-table/src/core/syntax-tree/index.ts:95–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 toStructure() {
96 if (!this.isValid || !this.syntaxerResult.tree) {
97 return null;
98 }
99
100 return toStructure(this.syntaxerResult.tree);
101 }
102}

Callers 3

tFunction · 0.80

Calls 1

toStructureFunction · 0.85

Tested by

no test coverage detected