MCPcopy
hub / github.com/uber/aresdb / GetOffset

Method GetOffset

utils/serialization.go:129–131  ·  view source on GitHub ↗

GetOffset returns the current offset value.

()

Source from the content-addressed store, hash-verified

127
128// GetOffset returns the current offset value.
129func (b BufferWriter) GetOffset() int {
130 return b.offset
131}
132
133// AlignBytes aligns the offset/bit offset to the next byte specified in alignment.
134// The new offset may cross the buffer boundary.

Callers 2

ToByteArrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected