MCPcopy Index your code
hub / github.com/gotify/server / GetDisplay

Method GetDisplay

plugin/compat/v1.go:96–101  ·  view source on GitHub ↗

GetDisplay see papiv1.Displayer.

(location *url.URL)

Source from the content-addressed store, hash-verified

94
95// GetDisplay see papiv1.Displayer.
96func (c *PluginV1Instance) GetDisplay(location *url.URL) string {
97 if c.displayer != nil {
98 return c.displayer.GetDisplay(location)
99 }
100 return ""
101}
102
103// SetMessageHandler see papiv1.Messenger.
104func (c *PluginV1Instance) SetMessageHandler(h MessageHandler) {

Callers

nothing calls this directly

Calls 1

GetDisplayMethod · 0.65

Tested by

no test coverage detected