MCPcopy Create free account
hub / github.com/F-Stack/f-stack / test_string_char_escaping

Function test_string_char_escaping

dpdk/app/test/test_telemetry_data.c:507–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507static int
508test_string_char_escaping(void)
509{
510 rte_tel_data_string(&response_data, "hello,\nworld\n");
511 return CHECK_OUTPUT("\"hello,\\nworld\\n\"");
512}
513
514static int
515test_array_char_escaping(void)

Callers

nothing calls this directly

Calls 1

rte_tel_data_stringFunction · 0.85

Tested by

no test coverage detected