| 306 | } |
| 307 | |
| 308 | static int inside_md_section(cmd_parms *cmd) { |
| 309 | return (inside_section(cmd, MD_CMD_MD_SECTION) || inside_section(cmd, MD_CMD_MD2_SECTION)); |
| 310 | } |
| 311 | |
| 312 | static const char *md_section_check(cmd_parms *cmd) { |
| 313 | if (!inside_md_section(cmd)) { |
no test coverage detected