* Since SerializableComponents represent a runnable object, we should return traces */
| 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(); |
nothing calls this directly
no test coverage detected