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