()
| 6 | export let tracing_mode_flag = false; |
| 7 | |
| 8 | export function enable_async_mode_flag() { |
| 9 | async_mode_flag = true; |
| 10 | } |
| 11 | |
| 12 | /** ONLY USE THIS DURING TESTING */ |
| 13 | export function disable_async_mode_flag() { |
no outgoing calls
no test coverage detected
searching dependent graphs…