MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / Keys

Method Keys

internal/lock/lock.go:299–301  ·  view source on GitHub ↗

Keys returns the deduplicated and sorted keys that this MultiLocker manages.

()

Source from the content-addressed store, hash-verified

297
298// Keys returns the deduplicated and sorted keys that this MultiLocker manages.
299func (m *MultiLocker) Keys() []string {
300 return m.keys
301}
302
303func sleepWithJitter(ctx context.Context, deadline time.Time) error {
304 remaining := time.Until(deadline)

Calls

no outgoing calls