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

Function handleSaveConfig

ui/src/plugin/PluginDetailView.tsx:51–54  ·  view source on GitHub ↗
(newConfig: string)

Source from the content-addressed store, hash-verified

49 }
50
51 const handleSaveConfig = async (newConfig: string) => {
52 await pluginStore.changeConfig(pluginID, newConfig);
53 await refreshFeatures();
54 };
55
56 return (
57 <DefaultPage title={pluginInfo.name} maxWidth={1000}>

Callers

nothing calls this directly

Calls 1

refreshFeaturesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…