MCPcopy Create free account
hub / github.com/ZeppelinMC/Zeppelin / FS

Method FS

server/plugin.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (p Plugin) FS() fs.FS {
22 return os.DirFS(p.Dir())
23}
24
25// Dir returns the base directory for the plugin (plugins/<identifier>)
26func (p Plugin) Dir() string {

Callers

nothing calls this directly

Calls 1

DirMethod · 0.95

Tested by

no test coverage detected