(hints *storage.LabelHints)
| 1791 | } |
| 1792 | |
| 1793 | func getLimitFromLabelHints(hints *storage.LabelHints) int { |
| 1794 | if hints != nil { |
| 1795 | return hints.Limit |
| 1796 | } |
| 1797 | return 0 |
| 1798 | } |
| 1799 | |
| 1800 | func getLimitFromSelectHints(hints *storage.SelectHints) int { |
| 1801 | if hints != nil { |
no outgoing calls
no test coverage detected