| 41 | } |
| 42 | |
| 43 | std::string get_function_help_declaration(const function_help& f) |
| 44 | { |
| 45 | return f.declaration; |
| 46 | } |
| 47 | |
| 48 | std::ostream& operator<<(std::ostream& os, const function_help& f) |
| 49 | { |
nothing calls this directly
no outgoing calls
no test coverage detected