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

Method constructor

ui/src/application/AppStore.ts:13–15  ·  view source on GitHub ↗
(private readonly snack: SnackReporter)

Source from the content-addressed store, hash-verified

11 public onDelete: () => void = () => {};
12
13 public constructor(private readonly snack: SnackReporter) {
14 super();
15 }
16
17 protected requestItems = (): Promise<IApplication[]> =>
18 axios

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected