MCPcopy
hub / github.com/caddyserver/caddy / Destruct

Method Destruct

modules/caddytls/connpolicy.go:1084–1084  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1082type destructableWriter struct{ *os.File }
1083
1084func (d destructableWriter) Destruct() error { return d.Close() }
1085
1086var secretsLogPool = caddy.NewUsagePool()
1087

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected