MCPcopy 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
87static fs::path get_repo_path(const std::string & repo_id) {
88 return get_cache_directory() / repo_to_folder_name(repo_id);
89}
90
91static bool is_hex_char(const char c) {
92 return (c >= 'A' && c <= 'F') ||

Callers 2

get_repo_commitFunction · 0.85
get_repo_filesFunction · 0.85

Calls 2

get_cache_directoryFunction · 0.85
repo_to_folder_nameFunction · 0.85

Tested by

no test coverage detected