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

Function parse_string_should_not_parse_non_strings

tests/parse_string.c:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93static void parse_string_should_not_parse_non_strings(void)
94{
95 assert_not_parse_string("this\" is not a string\"");
96 reset(item);
97 assert_not_parse_string("");
98 reset(item);
99}
100
101static void parse_string_should_not_parse_invalid_backslash(void)
102{

Callers

nothing calls this directly

Calls 2

assert_not_parse_stringFunction · 0.85
resetFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…