MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / convert

Method convert

extensions/script/lua/LuaScriptEngine.h:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86 template<typename T>
87 T convert(const T &value) {
88 return value;
89 }
90
91 std::shared_ptr<script::ScriptProcessContext> convert(const std::shared_ptr<core::ProcessContext> &context) {
92 return std::make_shared<script::ScriptProcessContext>(context);

Callers 1

unpackNarsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected