MCPcopy Index your code
hub / github.com/apache/echarts / getBody

Method getBody

src/coord/matrix/MatrixModel.ts:344–346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

342 }
343
344 getBody(): MatrixBodyCorner<'body'> {
345 return this._body;
346 }
347
348 getCorner(): MatrixBodyCorner<'corner'> {
349 return this._corner;

Callers 3

createBodyAndCornerFunction · 0.80
_resizeMethod · 0.80
dataToLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected