| 130 | } |
| 131 | |
| 132 | struct md_store_t *md_reg_store_get(md_reg_t *reg) |
| 133 | { |
| 134 | return reg->store; |
| 135 | } |
| 136 | |
| 137 | /**************************************************************************************************/ |
| 138 | /* checks */ |
no outgoing calls
no test coverage detected