! Get Offset
| 158 | } |
| 159 | // ! Get Offset |
| 160 | uint64_t FlowFile::getOffset() const { |
| 161 | return offset_; |
| 162 | } |
| 163 | |
| 164 | bool FlowFile::removeAttribute(const std::string key) { |
| 165 | auto it = attributes_.find(key); |
no outgoing calls
no test coverage detected