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

Function parse_int

src/core/json/json.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 s32 parse_int(const char *json)
145 {
146 return (s32)parse_number(json);
147 }
148
149 f32 parse_float(const char *json)
150 {

Callers 15

test_jsonFunction · 0.50
test_sjsonFunction · 0.50
parse_framesFunction · 0.50
parse_outputFunction · 0.50
parse_index_arrayFunction · 0.50
compile_sprite_rendererFunction · 0.50
compile_lod_groupFunction · 0.50
parse_glyphsFunction · 0.50
compileFunction · 0.50
parse_data_versionsFunction · 0.50
device_message_resizeFunction · 0.50

Calls 1

parse_numberFunction · 0.70

Tested by 2

test_jsonFunction · 0.40
test_sjsonFunction · 0.40