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

Function lstat_cache

symlinks.c:196–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196static unsigned int lstat_cache(struct cache_def *cache, const char *name, int len,
197 unsigned int track_flags, int prefix_len_stat_func)
198{
199 unsigned int flags;
200 (void)lstat_cache_matchlen(cache, name, len, &flags, track_flags,
201 prefix_len_stat_func);
202 return flags;
203}
204
205#define USE_ONLY_LSTAT 0
206

Callers 2

Calls 1

lstat_cache_matchlenFunction · 0.85

Tested by

no test coverage detected