Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ append
Method
append
libminifi/src/properties/PropertiesFile.cpp:119–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
void PropertiesFile::append(const std::string& key, const std::string& value) {
120
lines_.emplace_back(key, value);
121
}
122
123
int PropertiesFile::erase(const std::string& key) {
124
if (!Line::isValidKey(key)) {
Callers
1
persistProperties
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected