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

Function rsync_version

usage.c:358–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358const char *rsync_version(void)
359{
360 char *ver;
361#ifdef RSYNC_GITVER
362 ver = RSYNC_GITVER;
363#else
364 ver = RSYNC_VERSION;
365#endif
366 return *ver == 'v' ? ver+1 : ver;
367}
368
369const char *default_cvsignore(void)
370{

Callers 3

log_exitFunction · 0.85
print_rsync_versionFunction · 0.85
daemon_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected