(index: number)
| 827 | total: number, |
| 828 | options?: { |
| 829 | commentText?: string; |
| 830 | commentPrefix?: string; |
| 831 | rankLabel?: string; |
| 832 | }, |
| 833 | ): string { |
| 834 | const identityParts: string[] = []; |
| 835 | if (stat.adminRankText !== "无") { |
| 836 | identityParts.push(`<code>${htmlEscape(stat.adminRankText)}</code>`); |
| 837 | } |
no outgoing calls
no test coverage detected