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

Method getTraces

libminifi/include/core/Repository.h:139–141  ·  view source on GitHub ↗

* Since SerializableComponents represent a runnable object, we should return traces */

Source from the content-addressed store, hash-verified

137 * Since SerializableComponents represent a runnable object, we should return traces
138 */
139 virtual BackTrace getTraces() {
140 return TraceResolver::getResolver().getBackTrace(getName(), thread_.native_handle());
141 }
142
143 // Start the repository monitor thread
144 virtual void start();

Callers

nothing calls this directly

Calls 1

getBackTraceMethod · 0.45

Tested by

no test coverage detected