Ensures that a value is within given bounds. Specifically: If value is less than lowerBound, return lowerBound; else if value is greater than upperBound, return upperBound; else return value unchanged.
(int value, int lowerBound, int upperBound)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected