MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / get_function_name

Function get_function_name

Source/Misc/luabind/src/function_introspection.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 std::string get_function_name(argument const& fn) {
71 detail::function_object * f = get_function_object(fn);
72 if (!f) {
73 return "";
74 }
75 return f->name;
76 }
77
78 object get_function_overloads(argument const& fn) {
79 lua_State * L = fn.interpreter();

Callers

nothing calls this directly

Calls 1

get_function_objectFunction · 0.85

Tested by

no test coverage detected