MCPcopy Create free account
hub / github.com/gotify/server /

Class

ui/src/user/UserStore.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import {IUser} from '../types';
7
8export class UserStore extends BaseStore<IUser> {
9 constructor(private readonly snack: SnackReporter) {
10 super();
11 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected