Constant libredr_common::connection::build::GIT_CLEAN
source ยท pub const GIT_CLEAN: bool = true;
Expand description
Whether the Git working tree was clean at the time of project build (true
), or not (false
).
This constant will be false
if the last commit cannot be determined.