Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
func
(p Plugin) FS() fs.FS {
22
return
os.DirFS(p.Dir())
23
}
24
25
// Dir returns the base directory for the plugin (plugins/<identifier>)
26
func
(p Plugin) Dir() string {
Callers
nothing calls this directly
Calls
1
Dir
Method · 0.95
Tested by
no test coverage detected