MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / Next

Method Next

projects/Go/proto/proto/AccountModel.go:102–104  ·  view source on GitHub ↗

Move to the next struct value

(prev int)

Source from the content-addressed store, hash-verified

100
101// Move to the next struct value
102func (m *AccountModel) Next(prev int) {
103 m.model.FBEShift(prev)
104}

Callers 4

TestCreateFunction · 0.95
TestExtendingOldNewFunction · 0.95
TestExtendingNewOldFunction · 0.95
TestSerializationDomainFunction · 0.95

Calls 1

FBEShiftMethod · 0.45

Tested by 4

TestCreateFunction · 0.76
TestExtendingOldNewFunction · 0.76
TestExtendingNewOldFunction · 0.76
TestSerializationDomainFunction · 0.76