MCPcopy
hub / github.com/segmentio/kafka-go / toHumanOffset

Function toHumanOffset

reader.go:1607–1609  ·  view source on GitHub ↗
(v int64)

Source from the content-addressed store, hash-verified

1605type humanOffset int64
1606
1607func toHumanOffset(v int64) humanOffset {
1608 return humanOffset(v)
1609}
1610
1611func (offset humanOffset) Format(w fmt.State, _ rune) {
1612 v := int64(offset)

Callers 4

OffsetMethod · 0.85
SetOffsetMethod · 0.85
runMethod · 0.85
initializeMethod · 0.85

Calls 1

humanOffsetTypeAlias · 0.85

Tested by

no test coverage detected