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

Method Unlock

account_test.go:141–144  ·  view source on GitHub ↗
(ctx context.Context, name string)

Source from the content-addressed store, hash-verified

139 return r.Storage.Store(ctx, key, value)
140}
141func (r *recordingStorage) Unlock(ctx context.Context, name string) error {
142 r.record("Unlock", name)
143 return r.Storage.Unlock(ctx, name)
144}
145
146type recordedCall struct {
147 name string

Callers

nothing calls this directly

Calls 2

recordMethod · 0.95
UnlockMethod · 0.65

Tested by

no test coverage detected