Skip to main content

version_get_dirty_flag

Function version_get_dirty_flag 

Source
pub unsafe extern "C" fn version_get_dirty_flag(
    v: *const Version,
) -> bool
Expand description

Get flag indicating if this build is “dirty” (source code had uncommited changes)

§Arguments

  • v - pointer to Version data. NULL for currently running software.

§Returns

build date