MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / gettext

Function gettext

erpcgen/src/cpptemplate/cpptempl_test.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43using namespace cpptempl::impl;
44
45std::string gettext(node_ptr node, data_map &data)
46{
47 ostringstream stream;
48 node->gettext(stream, data);
49 return stream.str();
50}
51
52// ------------------------------------------------------------------------------------------
53

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

gettextMethod · 0.80

Tested by

no test coverage detected