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

Function get

ui/src/config.ts:26–28  ·  view source on GitHub ↗
(key: K)

Source from the content-addressed store, hash-verified

24}
25
26export function get<K extends keyof IConfig>(key: K): IConfig[K] {
27 return config[key];
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected