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

Method Dir

server/plugin.go:26–28  ·  view source on GitHub ↗

Dir returns the base directory for the plugin (plugins/ )

()

Source from the content-addressed store, hash-verified

24
25// Dir returns the base directory for the plugin (plugins/<identifier>)
26func (p Plugin) Dir() string {
27 return p.basePluginsPath + "/" + p.Identifier
28}
29
30func (p Plugin) Server() *Server {
31 return p.srv

Callers 2

FSMethod · 0.95
loadPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected