MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / MaxIterations

Method MaxIterations

internal/loop/loop.go:563–567  ·  view source on GitHub ↗

MaxIterations returns the current max iterations limit.

()

Source from the content-addressed store, hash-verified

561
562// MaxIterations returns the current max iterations limit.
563func (l *Loop) MaxIterations() int {
564 l.mu.Lock()
565 defer l.mu.Unlock()
566 return l.maxIter
567}
568
569// SetRetryConfig updates the retry configuration.
570func (l *Loop) SetRetryConfig(config RetryConfig) {

Callers 1

Calls

no outgoing calls

Tested by 1