Get the field body size
| 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 |
no test coverage detected