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

Method constructor

ui/src/CurrentUser.ts:20–20  ·  view source on GitHub ↗
(private readonly snack: SnackReporter)

Source from the content-addressed store, hash-verified

18 @observable accessor connectionErrorMessage: string | null = null;
19
20 public constructor(private readonly snack: SnackReporter) {}
21
22 public token = (): string => {
23 if (this.tokenCache !== null) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected