@use super::base; @use crate::statics::VersionInfo; @use crate::template::RepoInfo; @(version_info: VersionInfo, repo_count: usize, repo_info: RepoInfo) @:base("Hits-of-Code Badges", "Overview", {

The project @repo_info.url has @repo_info.hoc_pretty (exactly @repo_info.hoc) hits of code at @repo_info.head. The repository contains @repo_info.commits commits.

To include the badge in your readme, use the following markdown:

[![Hits-of-Code](https://@repo_info.domain/@repo_info.path)](https://@repo_info.domain/view/@repo_info.path)
}, version_info, repo_count)