Constant clefviewer::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.