MCPcopy
hub / github.com/gotify/server / String

Method String

plugin/compat/plugin.go:21–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (c Info) String() string {
22 if c.Name != "" {
23 return c.Name
24 }
25 return c.ModulePath
26}
27
28// UserContext is the user context used to create plugin instance.
29type UserContext struct {

Callers 15

TestPluginInfoStringerFunction · 0.95
createPluginConfMethod · 0.80
GetDisplayMethod · 0.80
TestGetPluginInfoMethod · 0.80
startListeningFunction · 0.80
RoundTripMethod · 0.80
buildWithPagingFunction · 0.80
Test_GetDisplayMethod · 0.80
GetPluginsMethod · 0.80
serveFileFunction · 0.80

Calls

no outgoing calls

Tested by 8

TestPluginInfoStringerFunction · 0.76
TestGetPluginInfoMethod · 0.64
Test_GetDisplayMethod · 0.64
TestUIFunction · 0.64
TestServeFunction · 0.64
doRequestAndExpectFunction · 0.64