| 104 | bark_params_parse(argc, argv, params, server_params); |
| 105 | |
| 106 | struct bark_context_params ctx_params = bark_context_default_params(); |
| 107 | ctx_params.verbosity = verbosity; |
| 108 | |
| 109 | struct bark_context *bctx = bark_load_model(params.model_path.c_str(), ctx_params, params.seed); |
nothing calls this directly
no outgoing calls
no test coverage detected