in src/asfquart/auth.py [0:0]
def pmc_member(cls, client_session: session.ClientSession):
"""tests for whether the user is a PMC member of any top-level project"""
# Anything but True will cause a failure.
return bool(client_session.committees), cls.E_NOT_PMC