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

Function batch_fsync_enabled

write-or-die.h:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73extern enum fsync_method fsync_method;
74
75static inline int batch_fsync_enabled(enum fsync_component component)
76{
77 return (fsync_components & component) && (fsync_method == FSYNC_METHOD_BATCH);
78}
79
80#endif /* WRITE_OR_DIE_H */

Callers 3

close_loose_objectFunction · 0.85
write_loose_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected