MCPcopy
hub / github.com/go-git/go-git / commitLimitIter

Struct commitLimitIter

plumbing/object/commit_walker_limit.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type commitLimitIter struct {
11 sourceIter CommitIter
12 limitOptions LogLimitOptions
13}
14
15type LogLimitOptions struct {
16 Since *time.Time

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected