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

Class

ui/src/common/BaseStore.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 * Base implementation for handling items with ids.
13 */
14export abstract class BaseStore<T extends HasID> implements IClearable {
15 @observable protected accessor items: T[] = [];
16
17 protected abstract requestItems(): Promise<T[]>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected