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

Method constructor

ui/src/plugin/PluginStore.ts:11–13  ·  view source on GitHub ↗
(private readonly snack: SnackReporter)

Source from the content-addressed store, hash-verified

9 public onDelete: () => void = () => {};
10
11 public constructor(private readonly snack: SnackReporter) {
12 super();
13 }
14
15 public requestConfig = (id: number): Promise<string> =>
16 axios.get(`${config.get('url')}plugin/${id}/config`).then((response) => response.data);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected