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

Method Load

plugin/storagehandler.go:17–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func (c dbStorageHandler) Load() ([]byte, error) {
18 pluginConf, err := c.db.GetPluginConfByID(c.pluginID)
19 if err != nil {
20 return nil, err
21 }
22 return pluginConf.Storage, nil
23}

Callers

nothing calls this directly

Calls 1

GetPluginConfByIDMethod · 0.65

Tested by

no test coverage detected