Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1605
type
humanOffset int64
1606
1607
func
toHumanOffset(v int64) humanOffset {
1608
return
humanOffset(v)
1609
}
1610
1611
func
(offset humanOffset) Format(w fmt.State, _ rune) {
1612
v := int64(offset)
Callers
4
Offset
Method · 0.85
SetOffset
Method · 0.85
run
Method · 0.85
initialize
Method · 0.85
Calls
1
humanOffset
TypeAlias · 0.85
Tested by
no test coverage detected