Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ eval
Method
eval
extensions/script/lua/LuaScriptEngine.cpp:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void LuaScriptEngine::eval(const std::string &script) {
67
lua_.script(script);
68
}
69
70
void LuaScriptEngine::evalFile(const std::string &file_name) {
71
lua_.script_file(file_name);
Callers
1
onTrigger
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected