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

Function refreshFeatures

ui/src/plugin/PluginDetailView.tsx:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 const pluginInfo = pluginStore.getByIDOrUndefined(pluginID);
27
28 const refreshFeatures = async () => {
29 await pluginStore.refreshIfMissing(pluginID);
30 await Promise.all([refreshConfigurer(), refreshDisplayer()]);
31 };
32
33 React.useEffect(() => void refreshFeatures(), [pluginID]);
34

Callers 2

PluginDetailViewFunction · 0.85
handleSaveConfigFunction · 0.85

Calls 2

refreshConfigurerFunction · 0.85
refreshDisplayerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…