Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caddyserver/caddy
/ writerDestructor
Struct
writerDestructor
logging.go:291–293 · logging.go::writerDestructor
Source
from the content-addressed store, hash-verified
289
}
290
291
type
writerDestructor
struct
{
292
io.WriteCloser
293
}
294
295
func
(wdest writerDestructor) Destruct() error {
296
return
wdest.Close()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected