| 7 | ) |
| 8 | |
| 9 | type rodCuttingTestCase struct { |
| 10 | price []int |
| 11 | length int |
| 12 | expected int |
| 13 | } |
| 14 | |
| 15 | func getRodCuttingTestCases() []rodCuttingTestCase { |
| 16 | return []rodCuttingTestCase{ |
nothing calls this directly
no outgoing calls
no test coverage detected