MCPcopy Create free account
hub / github.com/coreutils/coreutils / rev_xstrcoll_df_version

Function rev_xstrcoll_df_version

src/ls.c:3923–3927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3921 return dirfirst_check (a, b, xstrcoll_version);
3922}
3923static int
3924rev_xstrcoll_df_version (V a, V b)
3925{
3926 return dirfirst_check (a, b, rev_xstrcoll_version);
3927}
3928
3929
3930/* We have 2^3 different variants for each sort-key function

Callers

nothing calls this directly

Calls 1

dirfirst_checkFunction · 0.85

Tested by

no test coverage detected