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

Method Disable

plugin/compat/v1.go:166–168  ·  view source on GitHub ↗

Disable implements wrapper.Plugin.

()

Source from the content-addressed store, hash-verified

164
165// Disable implements wrapper.Plugin.
166func (c *PluginV1Instance) Disable() error {
167 return c.instance.Disable()
168}
169
170// PluginV1StorageHandler is a wrapper for v1 storage handler.
171type PluginV1StorageHandler struct {

Callers

nothing calls this directly

Calls 1

DisableMethod · 0.65

Tested by

no test coverage detected