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

Method fbe_body

projects/Ruby/proto/test.rb:15550–15556  ·  view source on GitHub ↗

Get the field body size

Source from the content-addressed store, hash-verified

15548
15549 # Get the field body size
15550 def fbe_body
15551 4 + 4 \
15552 + f1.fbe_size \
15553 + f2.fbe_size \
15554 + f3.fbe_size \
15555 + f4.fbe_size \
15556 end
15557
15558 # Get the field extra size
15559 def fbe_extra

Callers 8

initializeMethod · 0.45
fbe_bodyMethod · 0.45
verify_fieldsMethod · 0.45
get_fieldsMethod · 0.45
initializeMethod · 0.45
fbe_bodyMethod · 0.45
verify_fieldsMethod · 0.45
get_fieldsMethod · 0.45

Calls 1

fbe_sizeMethod · 0.45

Tested by

no test coverage detected