MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / getTierName

Method getTierName

server/src/db/community-db.ts:774–779  ·  view source on GitHub ↗
(points: number)

Source from the content-addressed store, hash-verified

772 }
773
774 getTierName(points: number): string {
775 if (points >= 1500) return 'Pioneer';
776 if (points >= 500) return 'Champion';
777 if (points >= 100) return 'Connector';
778 return 'Explorer';
779 }
780
781 // =====================================================
782 // DISCOVERY

Callers 2

getPersonBySlugMethod · 0.95
getHubDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected