| 1134 | } |
| 1135 | |
| 1136 | s32 parse_unit(UnitCompiler &c, const char *path, CompileOptions &opts) |
| 1137 | { |
| 1138 | return parse_unit_from_json(c, array::begin(read_unit(path, opts)), opts); |
| 1139 | } |
| 1140 | |
| 1141 | s32 parse_unit_array_from_json(UnitCompiler &c, const char *units_array_json, CompileOptions &opts) |
| 1142 | { |
no test coverage detected