MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / get_function_help_documentation

Function get_function_help_documentation

api_search/parse_source_files.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38std::string get_function_help_documentation(const function_help& f)
39{
40 return f.documentation;
41}
42
43std::string get_function_help_declaration(const function_help& f)
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected