(input interface{})
| 277 | } |
| 278 | |
| 279 | func parseInt(input interface{}) interface{} { |
| 280 | return ccxt.ParseInt(input) |
| 281 | } |
| 282 | |
| 283 | func ParseFloat(input interface{}) interface{} { |
| 284 | return ccxt.ParseFloat(input) |
no outgoing calls
no test coverage detected
searching dependent graphs…