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

Method Write

modules/caddyhttp/server_test.go:26–28  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

24type nopSyncer writeFunc
25
26func (n nopSyncer) Write(p []byte) (int, error) {
27 return n(p)
28}
29
30func (n nopSyncer) Sync() error {
31 return nil

Callers 15

handleCAInfoMethod · 0.45
handleCACertsMethod · 0.45
CleanupMethod · 0.45
openDatabaseMethod · 0.45
GetCertificateMethod · 0.45
MatchMethod · 0.45
MatchMethod · 0.45
StartMethod · 0.45
CleanupMethod · 0.45
cleanStorageUnitsMethod · 0.45
makeCertMagicConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected