MCPcopy Create free account
hub / github.com/antvis/F2Native / ScaleCount

Method ScaleCount

core/graphics/scale/ScaleController.h:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 };
170
171 size_t ScaleCount() {
172 return scales_.size();
173 }
174
175 private:
176 std::vector<std::unique_ptr<AbstractScale>> scales_{};

Callers 1

ClearScaleMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected