MCPcopy Create free account
hub / github.com/DaveGamble/cJSON / parse_object_should_parse_empty_objects

Function parse_object_should_parse_empty_objects

tests/parse_object.c:76–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76static void parse_object_should_parse_empty_objects(void)
77{
78 assert_parse_object("{}");
79 assert_has_no_child(item);
80 reset(item);
81
82 assert_parse_object("{\n\t}");
83 assert_has_no_child(item);
84 reset(item);
85}
86
87static void parse_object_should_parse_objects_with_one_element(void)
88{

Callers

nothing calls this directly

Calls 2

assert_parse_objectFunction · 0.85
resetFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…