Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caddyserver/certmagic
/ clearFqdnCache
Function
clearFqdnCache
dnsutil_test.go:262–266 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
260
}
261
262
func
clearFqdnCache() {
263
fqdnSOACacheMu.Lock()
264
fqdnSOACache = make(
map
[string]*soaCacheEntry)
265
fqdnSOACacheMu.Unlock()
266
}
Callers
1
TestFindZoneByFqdn
Function · 0.85
Calls
2
Lock
Method · 0.65
Unlock
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…