| 36 | } |
| 37 | |
| 38 | std::string get_function_help_documentation(const function_help& f) |
| 39 | { |
| 40 | return f.documentation; |
| 41 | } |
| 42 | |
| 43 | std::string get_function_help_declaration(const function_help& f) |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected