| 39 | |
| 40 | // initialize bark context |
| 41 | struct bark_context_params ctx_params = bark_context_default_params(); |
| 42 | |
| 43 | ctx_params.verbosity = verbosity; |
| 44 | ctx_params.progress_callback = bark_print_progress_callback; |
nothing calls this directly
no outgoing calls
no test coverage detected