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

Method CommonProperties

extensions/sftp/processors/SFTPProcessorBase.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188SFTPProcessorBase::CommonProperties::CommonProperties()
189 : port(0U)
190 , proxy_port(0U) {
191}
192
193bool SFTPProcessorBase::parseCommonPropertiesOnTrigger(const std::shared_ptr<core::ProcessContext>& context, const std::shared_ptr<core::FlowFile>& flow_file, CommonProperties& common_properties) {
194 std::string value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected