MCPcopy Index your code
hub / github.com/RsyncProject/rsync / big_num

Function big_num

inums.h:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 */
18
19static inline char *
20big_num(int64 num)
21{
22 return do_big_num(num, 0, NULL);
23}
24
25static inline char *
26comma_num(int64 num)

Callers 15

receive_sumsFunction · 0.85
send_filesFunction · 0.85
idev_findFunction · 0.85
skip_matchedFunction · 0.85
map_ptrFunction · 0.85
log_exitFunction · 0.85
expand_item_listFunction · 0.85
whine_about_eofFunction · 0.85
flist_expandFunction · 0.85
send_file_entryFunction · 0.85
matchedFunction · 0.85
hash_searchFunction · 0.85

Calls 1

do_big_numFunction · 0.85

Tested by

no test coverage detected