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

Function parse_float

src/core/json/sjson.cpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 }
346
347 f32 parse_float(const char *json)
348 {
349 return (f32)parse_number(json);
350 }
351
352 bool parse_bool(const char *json)
353 {

Callers 5

parse_vector2Function · 0.70
parse_vector3Function · 0.70
parse_vector4Function · 0.70
parse_quaternionFunction · 0.70
parse_matrix4x4Function · 0.70

Calls 1

parse_numberFunction · 0.70

Tested by

no test coverage detected