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

Class

ui/src/plugin/PluginStore.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import {IPlugin} from '../types';
7
8export class PluginStore extends BaseStore<IPlugin> {
9 public onDelete: () => void = () => {};
10
11 public constructor(private readonly snack: SnackReporter) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected