Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ bind
Method
bind
extensions/script/lua/LuaScriptEngine.h:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
template<typename T>
82
void bind(const std::string &name, const T &value) {
83
lua_[name.c_str()] = convert(value);
84
}
85
86
template<typename T>
87
T convert(const T &value) {
Callers
3
main
Function · 0.45
main
Function · 0.45
createEngine
Method · 0.45
Calls
2
convert
Function · 0.85
c_str
Method · 0.80
Tested by
2
main
Function · 0.36
main
Function · 0.36