MCPcopy Create free account
hub / github.com/cpputest/cpputest / output_method

Function output_method

examples/AllTests/HelloTest.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36TEST_GROUP(HelloWorld)
37{ static int output_method(const char* output, ...)
38{
39 va_list arguments;
40 va_start(arguments, output);
41 *buffer = VStringFromFormat(output, arguments);
42 va_end(arguments);
43 return 1;
44}
45void setup()
46{
47 buffer = new SimpleString();

Callers

nothing calls this directly

Calls 1

VStringFromFormatFunction · 0.85

Tested by

no test coverage detected