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

Method Clear

core/graphics/guide/GuideController.h:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 void RefLineObject(const nlohmann::json &config);
56
57 void Clear() {
58 this->container_->Clear();
59 this->backContainer_->Clear();
60 this->guides.clear();
61 this->dangerRects.clear();
62 }
63
64 void ClearInner() {
65 this->container_->Clear();

Callers 1

ClearInnerMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected