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

Function print_value_should_print_string

tests/print_value.c:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static void print_value_should_print_string(void)
78{
79 assert_print_value("\"\"");
80 assert_print_value("\"hello\"");
81}
82
83static void print_value_should_print_array(void)
84{

Callers

nothing calls this directly

Calls 1

assert_print_valueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…