| 29 | } |
| 30 | |
| 31 | SeedVcAstralConfig parse_astral_config( |
| 32 | const json::Value & root, |
| 33 | bool skip_ssl_default) { |
| 34 | const auto & encoder = root.require("encoder"); |
| 35 | const auto & quantizer = root.require("quantizer"); |
| 36 | SeedVcAstralConfig config; |
no test coverage detected