Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antvis/F2Native
/ RefLineObject
Method
RefLineObject
core/graphics/guide/GuideController.cpp:111–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void xg::guide::GuideController::RefLineObject(const nlohmann::json &config) {
112
if(!config.is_object())
113
return;
114
auto tag = xg::make_unique<xg::guide::RefLine>(config);
115
this->guides.push_back(std::move(tag));
116
}
Callers
1
ParseObject
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected