MCPcopy
hub / github.com/inancgumus/learngo / logCount

Struct logCount

logparser/v5/pipe/logcount.go:14–17  ·  view source on GitHub ↗

logCount counts the yielded records.

Source from the content-addressed store, hash-verified

12
13// logCount counts the yielded records.
14type logCount struct {
15 Iterator
16 n int
17}
18
19// Each yields to the inner iterator while counting the records.
20// Reports the record number on an error.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected