For backward compatibility
(shardCount int)
| 86 | |
| 87 | // For backward compatibility |
| 88 | func ValidateShardCount(shardCount int) int { |
| 89 | if shardCount == 0 { |
| 90 | return legacyShardCount |
| 91 | } |
| 92 | return shardCount |
| 93 | } |
no outgoing calls
no test coverage detected