Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaveGamble/cJSON
/ print_value_should_print_array
Function
print_value_should_print_array
tests/print_value.c:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
static void print_value_should_print_array(void)
84
{
85
assert_print_value(
"[]"
);
86
}
87
88
static void print_value_should_print_object(void)
89
{
Callers
nothing calls this directly
Calls
1
assert_print_value
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…