public RawBool()
in
Win32/RawBool.cs [38:41]
4
lines of code
2
McCabe index (conditional complexity)
public RawBool(bool boolValue) { this.boolValue = boolValue ? 1 : 0; }