MCPcopy
hub / github.com/caddyserver/certmagic / CleanUp

Method CleanUp

solvers.go:886–891  ·  view source on GitHub ↗
(ctx context.Context, chal acme.Challenge)

Source from the content-addressed store, hash-verified

884}
885
886func (sw solverWrapper) CleanUp(ctx context.Context, chal acme.Challenge) error {
887 activeChallengesMu.Lock()
888 delete(activeChallenges, challengeKey(chal))
889 activeChallengesMu.Unlock()
890 return sw.Solver.CleanUp(ctx, chal)
891}
892
893// Interface guards
894var (

Callers

nothing calls this directly

Calls 4

challengeKeyFunction · 0.85
LockMethod · 0.65
UnlockMethod · 0.65
CleanUpMethod · 0.45

Tested by

no test coverage detected