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

Function print_object_should_print_empty_objects

tests/print_object.c:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71static void print_object_should_print_empty_objects(void)
72{
73 assert_print_object("{\n}", "{}");
74}
75
76static void print_object_should_print_objects_with_one_element(void)
77{

Callers

nothing calls this directly

Calls 1

assert_print_objectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…