| 72 | } |
| 73 | |
| 74 | bool RecordSource::getRecord(thread_db* tdbb) const |
| 75 | { |
| 76 | ProfilerManager::RecordSourceStopWatcher profilerRecordSourceStopWatcher(tdbb, this, |
| 77 | ProfilerManager::RecordSourceStopWatcher::Event::GET_RECORD); |
| 78 | |
| 79 | return internalGetRecord(tdbb); |
| 80 | } |
| 81 | |
| 82 | string RecordSource::printName(thread_db* tdbb, const string& name, bool quote) |
| 83 | { |
no outgoing calls
no test coverage detected