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

Function parseOptPreferredChains

caddyconfig/httpcaddyfile/options.go:565–568  ·  view source on GitHub ↗
(d *caddyfile.Dispenser, _ any)

Source from the content-addressed store, hash-verified

563}
564
565func parseOptPreferredChains(d *caddyfile.Dispenser, _ any) (any, error) {
566 d.Next()
567 return caddytls.ParseCaddyfilePreferredChainsOptions(d)
568}
569
570func parseOptDNS(d *caddyfile.Dispenser, _ any) (any, error) {
571 d.Next() // consume option name

Callers

nothing calls this directly

Calls 2

NextMethod · 0.65

Tested by

no test coverage detected