Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ get_function_help_name
Function
get_function_help_name
api_search/parse_source_files.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
};
27
28
std::string get_function_help_name(const function_help& f)
29
{
30
return f.name;
31
}
32
33
std::string get_function_help_signature(const function_help& f)
34
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected