MCPcopy 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
66void LuaScriptEngine::eval(const std::string &script) {
67 lua_.script(script);
68}
69
70void LuaScriptEngine::evalFile(const std::string &file_name) {
71 lua_.script_file(file_name);

Callers 1

onTriggerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected