MCPcopy Create free account
hub / github.com/crownengine/crown / parse_unit

Function parse_unit

src/resource/unit_compiler.cpp:1136–1139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

compileFunction · 0.85

Calls 3

parse_unit_from_jsonFunction · 0.85
read_unitFunction · 0.85
beginFunction · 0.50

Tested by

no test coverage detected