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

Function parse_float

src/core/json/json.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 f32 parse_float(const char *json)
150 {
151 return (f32)parse_number(json);
152 }
153
154 bool parse_bool(const char *json)
155 {

Callers 15

test_jsonFunction · 0.50
test_sjsonFunction · 0.50
compileFunction · 0.50
parse_uniformsFunction · 0.50
parseFunction · 0.50
parse_decl_commentMethod · 0.50
compileFunction · 0.50
parse_float_arrayFunction · 0.50
compile_colliderFunction · 0.50
compile_actorFunction · 0.50
compile_moverFunction · 0.50
joint_common_parseFunction · 0.50

Calls 1

parse_numberFunction · 0.70

Tested by 2

test_jsonFunction · 0.40
test_sjsonFunction · 0.40