| 1407 | } |
| 1408 | |
| 1409 | void clear_frame_callback() { |
| 1410 | std::lock_guard lock(g_frame_mutex); |
| 1411 | g_frame_callback = nullptr; |
| 1412 | } |
| 1413 | |
| 1414 | bool has_frame_callback() { |
| 1415 | std::lock_guard lock(g_frame_mutex); |
no outgoing calls
no test coverage detected