Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ releaseProcessContext
Method
releaseProcessContext
extensions/script/ScriptProcessContext.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void ScriptProcessContext::releaseProcessContext() {
41
context_.reset();
42
}
43
44
} /* namespace script */
45
} /* namespace minifi */
Callers
4
~TriggerSession
Method · 0.80
~TriggerProcessor
Method · 0.80
~TriggerSchedule
Method · 0.80
~TriggerSession
Method · 0.80
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected