MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / dump_rect_array

Function dump_rect_array

source/MaaFramework/Resource/PipelineDumper.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50std::vector<PipelineV2::JRect> dump_rect_array(const std::vector<cv::Rect>& vec)
51{
52 std::vector<PipelineV2::JRect> result;
53 for (const auto& rect : vec) {
54 result.emplace_back(dump_rect(rect));
55 }
56 return result;
57}
58
59std::string dump_order_by(MAA_VISION_NS::ResultOrderBy order_by)
60{

Callers 1

dump_actMethod · 0.85

Calls 1

dump_rectFunction · 0.85

Tested by

no test coverage detected