Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nifi-minifi-cpp
/ addLine
Method
addLine
libminifi/include/utils/BackTrace.h:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
67
protected:
68
void addLine(std::string symbol_line) {
69
trace_.emplace_back(std::move(symbol_line));
70
}
71
72
private:
73
std::string name_;
Callers
1
addTraceLine
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected