Coverage Report

Created: 2026-06-13 06:24

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/src/llama.cpp/src/models/hunyuan-dense.cpp
Line
Count
Source
1
#include "models.h"
2
3
0
std::unique_ptr<llm_graph_context> llama_model_hunyuan_dense::build_arch_graph(const llm_graph_params & params) const {
4
0
    return std::make_unique<graph>(*this, params);
5
0
}
6