MCPcopy Index your code
hub / github.com/git/git / create_ce_flags

Function create_ce_flags

read-cache-ll.h:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113static inline unsigned create_ce_flags(unsigned stage)
114{
115 return (stage << CE_STAGESHIFT);
116}
117
118#define ce_namelen(ce) ((ce)->ce_namelen)
119#define ce_size(ce) cache_entry_size(ce_namelen(ce))

Callers 14

initialize_attr_indexFunction · 0.85
traverse_by_cache_treeFunction · 0.85
create_ce_entryFunction · 0.85
fake_working_tree_commitFunction · 0.85
add_index_fileFunction · 0.85
make_cache_entryFunction · 0.85
repo_read_index_unmergedFunction · 0.85
read_one_entry_optFunction · 0.85
update_someFunction · 0.85
add_one_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected