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

Function print_string_should_print_empty_strings

tests/print_string.c:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41static void print_string_should_print_empty_strings(void)
42{
43 assert_print_string("\"\"", "");
44 assert_print_string("\"\"", NULL);
45}
46
47static void print_string_should_print_ascii(void)
48{

Callers

nothing calls this directly

Calls 1

assert_print_stringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…