MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / getRankDisplay

Function getRankDisplay

admin_board/admin_board.ts:829–834  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

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 }

Callers 1

buildCompactSortLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected