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

Method FBESize

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

Get the model size

()

Source from the content-addressed store, hash-verified

35
36// Get the model size
37func (m *OrderModel) FBESize() int { return m.model.FBESize() + m.model.FBEExtra() }
38// // Get the model type
39func (m *OrderModel) FBEType() int { return m.model.FBEType() }
40

Callers 10

VerifyMethod · 0.45
CreateBeginMethod · 0.45
DeserializeValueMethod · 0.45
CreateBeginMethod · 0.45
CreateBeginMethod · 0.45
CreateBeginMethod · 0.45
CreateBeginMethod · 0.45
CreateBeginMethod · 0.45
CreateBeginMethod · 0.45
TestCreateFunction · 0.45

Calls 1

FBEExtraMethod · 0.45

Tested by 1

TestCreateFunction · 0.36