Skip to content
Snippets Groups Projects
Commit dba0ec0d authored by Andrey Saranchin's avatar Andrey Saranchin Committed by Vladimir Davydov
Browse files

lua: introduce func_adapter_lua_get_func method

Future module trigger will allow user to call triggers from Lua. We have
function adapter to call an abstract function from any language, but
it's convenient to call Lua functions directly when they are called from
Lua, so let's add a method that allows to get underlying Lua function (or
another callable object).

NO_CHANGELOG=internal
NO_DOC=internal
parent 5e890b6a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment