* Returns the original connection referenced by this record. * @return shared original connection pointer. */
| 209 | * @return shared original connection pointer. |
| 210 | */ |
| 211 | std::shared_ptr<core::Connectable> FlowFile::getConnection() const { |
| 212 | return connection_; |
| 213 | } |
| 214 | |
| 215 | const std::string SpecialFlowAttribute::PATH = "path"; |
| 216 | const std::string SpecialFlowAttribute::ABSOLUTE_PATH = "absolute.path"; |
no outgoing calls
no test coverage detected