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

Function testReplacer

replacer_test.go:526–532  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

524}
525
526func testReplacer() Replacer {
527 return Replacer{
528 providers: make([]replacementProvider, 0),
529 static: make(map[string]any),
530 mapMutex: &sync.RWMutex{},
531 }
532}

Callers 4

TestReplacerFunction · 0.85
TestReplacerSetFunction · 0.85
TestReplacerMapFunction · 0.85
BenchmarkReplacerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected