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

Function who_am_i

rsync.c:823–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821}
822
823const char *who_am_i(void)
824{
825 if (am_starting_up)
826 return am_server ? "server" : "client";
827 return am_sender ? "sender"
828 : am_generator ? "generator"
829 : am_receiver ? "receiver"
830 : "Receiver"; /* pre-forked receiver */
831}

Callers 15

send_filesFunction · 0.70
idev_findFunction · 0.70
my_allocFunction · 0.70
_out_of_memoryFunction · 0.70
_overflow_exitFunction · 0.70
_exit_cleanupFunction · 0.70
rwriteFunction · 0.70
rsyserrFunction · 0.70
log_exitFunction · 0.70
teardown_mergelistFunction · 0.70
add_ruleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected