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

Method getAttributesPtr

libminifi/include/core/FlowFile.h:174–176  ·  view source on GitHub ↗

* Returns the map of attributes * @return attributes. */

Source from the content-addressed store, hash-verified

172 * @return attributes.
173 */
174 AttributeMap *getAttributesPtr() {
175 return &attributes_;
176 }
177
178 /**
179 * adds an attribute if it does not exist

Callers 2

flowfile_to_recordFunction · 0.80
failureStrategyAsIsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected