MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / parse_array_should_parse_empty_arrays

Function parse_array_should_parse_empty_arrays

tests/parse_array.c:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67static void parse_array_should_parse_empty_arrays(void)
68{
69 assert_parse_array("[]");
70 assert_has_no_child(item);
71
72 assert_parse_array("[\n\t]");
73 assert_has_no_child(item);
74}
75
76
77static void parse_array_should_parse_arrays_with_one_element(void)

Callers

nothing calls this directly

Calls 1

assert_parse_arrayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…