MCPcopy
hub / github.com/OpenListTeam/OpenList / Mega

Struct Mega

drivers/mega/driver.go:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type Mega struct {
24 model.Storage
25 Addition
26 c *mega.Mega
27}
28
29func (d *Mega) Config() driver.Config {
30 return config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected