Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gotify/server
/
Class
ui/src/client/ClientStore.ts:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
import
{IClient} from
'../types'
;
7
8
export
class
ClientStore extends BaseStore<IClient> {
9
public constructor(private readonly snack: SnackReporter) {
10
super();
11
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected