MCPcopy Create free account
hub / github.com/error311/FileRise / fetchAllUsers

Function fetchAllUsers

public/js/adminFolderAccess.js:776–779  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

774}
775
776export async function fetchAllUsers() {
777 const r = await fetch("/api/admin/getUsers.php", { credentials: "include" });
778 return await r.json();
779}
780
781async function fetchAllGroups() {
782 if (window.__FR_IS_PRO !== true) return {};

Callers 3

loadUserFlagsListFunction · 0.85
loadUserGroupsListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected