MCPcopy Index your code
hub / github.com/filebrowser/filebrowser / get

Function get

frontend/src/api/users.ts:7–9  ·  view source on GitHub ↗
(id: number)

Source from the content-addressed store, hash-verified

5}
6
7export async function get(id: number) {
8 return fetchJSON<IUser>(`/api/users/${id}`, {});
9}
10
11export async function create(user: IUser, currentPassword: string) {
12 const res = await fetchURL(`/api/users`, {

Callers

nothing calls this directly

Calls 1

fetchJSONFunction · 0.90

Tested by

no test coverage detected