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

Method getFilePath

nanofi/tests/CTestsBase.h:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 std::string getFilePath() const {
63 return filePath_;
64 }
65
66 void OpenStream() {
67 outputStream_.open(filePath_, std::ios::binary|std::ios::app);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected