Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ get_repo_path
Function
get_repo_path
common/hf-cache.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
static fs::path get_repo_path(const std::string & repo_id) {
88
return get_cache_directory() / repo_to_folder_name(repo_id);
89
}
90
91
static bool is_hex_char(const char c) {
92
return (c >=
'A'
&& c <=
'F'
) ||
Callers
2
get_repo_commit
Function · 0.85
get_repo_files
Function · 0.85
Calls
2
get_cache_directory
Function · 0.85
repo_to_folder_name
Function · 0.85
Tested by
no test coverage detected