MCPcopy Create free account
hub / github.com/SIPp/sipp / xp_traverse_stack

Function xp_traverse_stack

src/xp_parser_ut.cpp:110–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110static void xp_traverse_stack() {
111 const char *elem;
112 int i = 0;
113 while ((elem = xp_open_element(i++))) {
114 xp_traverse_stack();
115 xp_close_element();
116 }
117}
118
119TEST(xp_parser, detect_unclosed_xml) {
120 int res;

Callers 1

TESTFunction · 0.85

Calls 2

xp_open_elementFunction · 0.85
xp_close_elementFunction · 0.85

Tested by

no test coverage detected