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

Method Empty

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

Source from the content-addressed store, hash-verified

162 void UpdateColConfig(const std::string &field, nlohmann::json cfg) { colConfigs[field] = cfg; }
163
164 bool Empty() { return scales_.empty(); }
165
166 void Clear() {
167 scales_.clear();

Callers 3

GetPositionMethod · 0.80
ClearScaleMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected