Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
* as functions from
'firebase-functions'
;
2
import
{checkAuthenticationAndAccess, blockedUsersCollection} from
'./shared.js'
;
3
4
/** Returns a list of all blocked users. */
Callers
nothing calls this directly
Calls
4
checkAuthenticationAndAccess
Function · 0.85
blockedUsersCollection
Function · 0.85
get
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected