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

Method getAttributes

libminifi/include/core/FlowFile.h:166–168  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

164 * @return attributes.
165 */
166 std::map<std::string, std::string> getAttributes() const {
167 return {attributes_.begin(), attributes_.end()};
168 }
169
170 /**
171 * Returns the map of attributes

Callers 7

MergeFileTests.cppFile · 0.45
serializeMethod · 0.45
createMethod · 0.45
cloneDuringTransferMethod · 0.45
getJsonReportMethod · 0.45
transferFlowFilesMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected