| 31 | } |
| 32 | |
| 33 | std::string get_function_help_signature(const function_help& f) |
| 34 | { |
| 35 | return f.signature; |
| 36 | } |
| 37 | |
| 38 | std::string get_function_help_documentation(const function_help& f) |
| 39 | { |
nothing calls this directly
no outgoing calls
no test coverage detected