()
| 102 | } |
| 103 | |
| 104 | func NewB2Fixture() *B2Fixture { |
| 105 | return &B2Fixture{ |
| 106 | M_next: nil, |
| 107 | M_body: nil, |
| 108 | M_filter: MakeB2Filter(), |
| 109 | } |
| 110 | } |
| 111 | |
| 112 | func (fix B2Fixture) GetType() uint8 { |
| 113 | return fix.M_shape.GetType() |
no test coverage detected