| 1115 | |
| 1116 | |
| 1117 | int tpl_section_length(const tpl_t* tpl) |
| 1118 | { |
| 1119 | return tpl_length(tpl->tpl); |
| 1120 | } |
| 1121 | |
| 1122 | void tpl_get_content(const tpl_t* tpl, char* buffer) |
| 1123 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…