Ai
1 Star 0 Fork 0

埋头十年/git

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
name-hash.h 639 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef NAME_HASH_H
#define NAME_HASH_H
struct cache_entry;
struct index_state;
int index_dir_exists(struct index_state *istate, const char *name, int namelen);
void adjust_dirname_case(struct index_state *istate, char *name);
struct cache_entry *index_file_exists(struct index_state *istate, const char *name, int namelen, int igncase);
int test_lazy_init_name_hash(struct index_state *istate, int try_threaded);
void add_name_hash(struct index_state *istate, struct cache_entry *ce);
void remove_name_hash(struct index_state *istate, struct cache_entry *ce);
void free_name_hash(struct index_state *istate);
#endif /* NAME_HASH_H */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zqeditcode/git.git
git@gitee.com:zqeditcode/git.git
zqeditcode
git
git
coverity-workflow

搜索帮助