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

Method initOutputFormat

extensions/sql/processors/OutputFormat.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void OutputFormat::initOutputFormat(const core::ProcessContext& context) {
50 context.getProperty(outputFormat().getName(), outputFormat_);
51}
52
53} /* namespace processors */
54} /* namespace minifi */

Callers

nothing calls this directly

Calls 2

getPropertyMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected