floatStrToIntStr converts a valid float string into valid integer string which can be parsed by strconv.ParseInt, we can't parse float first then convert it to string because precision will be lost.
(validFloat string)
source not stored for this graph (policy: none)
no test coverage detected
searching dependent graphs…