Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
526
func
testReplacer() Replacer {
527
return
Replacer{
528
providers: make([]replacementProvider, 0),
529
static: make(
map
[string]any),
530
mapMutex: &sync.RWMutex{},
531
}
532
}
Callers
4
TestReplacer
Function · 0.85
TestReplacerSet
Function · 0.85
TestReplacerMap
Function · 0.85
BenchmarkReplacer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected