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

Class

ui/src/application/AppStore.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import {arrayMove} from '@dnd-kit/sortable';
9
10export class AppStore extends BaseStore<IApplication> {
11 public onDelete: () => void = () => {};
12
13 public constructor(private readonly snack: SnackReporter) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected