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

Function DisplayerPanel

ui/src/plugin/PluginDetailView.tsx:187–191  ·  view source on GitHub ↗
({displayText})

Source from the content-addressed store, hash-verified

185 displayText: string;
186}
187const DisplayerPanel: React.FC<IDisplayerPanelProps> = ({displayText}) => (
188 <Typography variant="body2">
189 <Markdown>{displayText}</Markdown>
190 </Typography>
191);
192
193interface IPluginInfo {
194 pluginInfo: IPlugin;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…