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

Function parse_int

src/core/json/sjson.cpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 }
341
342 s32 parse_int(const char *json)
343 {
344 return (s32)parse_number(json);
345 }
346
347 f32 parse_float(const char *json)
348 {

Callers

nothing calls this directly

Calls 1

parse_numberFunction · 0.70

Tested by

no test coverage detected