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

Method shouldShow

src/component/thumbnail/ThumbnailModel.ts:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 shouldShow() {
125 return this.getShallow('show', true);
126 }
127
128 getBridge(): ThumbnailBridgeImpl {
129 return this._birdge;

Callers 5

_updateBridgeMethod · 0.95
_isEnabledMethod · 0.45
renderMethod · 0.45
renderOnDimensionFunction · 0.45
createBodyAndCornerFunction · 0.45

Calls 1

getShallowMethod · 0.80

Tested by

no test coverage detected