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

Function get_function_help_declaration

api_search/parse_source_files.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43std::string get_function_help_declaration(const function_help& f)
44{
45 return f.declaration;
46}
47
48std::ostream& operator<<(std::ostream& os, const function_help& f)
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected