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

Method Save

plugin/compat/v1.go:176–178  ·  view source on GitHub ↗

Save implements wrapper.Storager.

(b []byte)

Source from the content-addressed store, hash-verified

174
175// Save implements wrapper.Storager.
176func (c *PluginV1StorageHandler) Save(b []byte) error {
177 return c.WrapperHandler.Save(b)
178}
179
180// Load implements wrapper.Storager.
181func (c *PluginV1StorageHandler) Load() ([]byte, error) {

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.65

Tested by

no test coverage detected