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

Method Load

plugin/compat/v1.go:181–183  ·  view source on GitHub ↗

Load implements wrapper.Storager.

()

Source from the content-addressed store, hash-verified

179
180// Load implements wrapper.Storager.
181func (c *PluginV1StorageHandler) Load() ([]byte, error) {
182 return c.WrapperHandler.Load()
183}

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.65

Tested by

no test coverage detected