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

Function parse

src/resource/mesh_obj.cpp:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276
277 s32 parse(Mesh &m, Buffer &buf, CompileOptions &opts)
278 {
279 return parse_internal(m, buf, opts, NULL);
280 }
281
282 s32 parse(Mesh &m, const char *path, CompileOptions &opts)
283 {

Callers

nothing calls this directly

Calls 2

parse_internalFunction · 0.70
readMethod · 0.45

Tested by

no test coverage detected