MCPcopy Create free account
hub / github.com/angular/dev-infra / getBlockedUsers.ts

File getBlockedUsers.ts

apps/functions/code-of-conduct/getBlockedUsers.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as functions from 'firebase-functions';
2import {checkAuthenticationAndAccess, blockedUsersCollection} from './shared.js';
3
4/** Returns a list of all blocked users. */

Callers

nothing calls this directly

Calls 4

blockedUsersCollectionFunction · 0.85
getMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected