Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
func
(m *OrderModel) FBESize() int {
return
m.model.FBESize() + m.model.FBEExtra() }
38
// // Get the model type
39
func
(m *OrderModel) FBEType() int {
return
m.model.FBEType() }
40
Callers
10
Verify
Method · 0.45
CreateBegin
Method · 0.45
DeserializeValue
Method · 0.45
CreateBegin
Method · 0.45
CreateBegin
Method · 0.45
CreateBegin
Method · 0.45
CreateBegin
Method · 0.45
CreateBegin
Method · 0.45
CreateBegin
Method · 0.45
TestCreate
Function · 0.45
Calls
1
FBEExtra
Method · 0.45
Tested by
1
TestCreate
Function · 0.36