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

Method Model

projects/Go/proto/proto/OrderModel.go:34–34  ·  view source on GitHub ↗

Get the field model

()

Source from the content-addressed store, hash-verified

32func (m *OrderModel) Buffer() *fbe.Buffer { return m.buffer }
33// Get the field model
34func (m *OrderModel) Model() *FieldModelOrder { return m.model }
35
36// Get the model size
37func (m *OrderModel) FBESize() int { return m.model.FBESize() + m.model.FBEExtra() }

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected