Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caddyserver/caddy
/ Register
Method
Register
filesystem.go:20–20 ·
view source on GitHub ↗
(k string, v fs.FS)
Source
from the content-addressed store, hash-verified
18
19
type
FileSystems
interface
{
20
Register(k string, v fs.FS)
21
Unregister(k string)
22
Get(k string) (v fs.FS, ok bool)
23
Default() fs.FS
Callers
2
Provision
Method · 0.65
initReverseProxyMetrics
Function · 0.65
Implementers
1
FileSystemMap
internal/filesystems/map.go
Calls
no outgoing calls
Tested by
no test coverage detected