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

Function refreshDisplayer

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

Source from the content-addressed store, hash-verified

39 };
40
41 const refreshDisplayer = async () => {
42 if (pluginInfo?.capabilities.indexOf('displayer') !== -1) {
43 setDisplayText(await pluginStore.requestDisplay(pluginID));
44 }
45 };
46
47 if (pluginInfo == null) {
48 return <LoadingSpinner />;

Callers 1

refreshFeaturesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…