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

Method PointObject

core/graphics/guide/GuideController.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void xg::guide::GuideController::PointObject(const nlohmann::json &config) {
98 if(!config.is_object())
99 return;
100 auto point = xg::make_unique<xg::guide::Point>(config);
101 this->guides.push_back(std::move(point));
102}
103
104void xg::guide::GuideController::TagObject(const nlohmann::json &config) {
105 if(!config.is_object())

Callers 1

ParseObjectMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected