| 881 | } |
| 882 | |
| 883 | bool firstFunctionCallOnFrame() { |
| 884 | if (first_func_call_on_frame) { |
| 885 | first_func_call_on_frame = false; |
| 886 | return true; |
| 887 | } |
| 888 | return false; |
| 889 | } |
| 890 | |
| 891 | std::mutex &outputMutex() { return output_mutex; } |
| 892 |
no outgoing calls
no test coverage detected