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

Function get_function_help_signature

api_search/parse_source_files.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33std::string get_function_help_signature(const function_help& f)
34{
35 return f.signature;
36}
37
38std::string get_function_help_documentation(const function_help& f)
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected