MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / append

Function append

tests/security/attributes/subscriber.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50} while (0);
51
52void append(DDS::PropertySeq& props, const char* name, const char* value)
53{
54 const DDS::Property_t prop = {name, value, false /*propagate*/};
55 const unsigned int len = props.length();
56 props.length(len + 1);
57 props[len] = prop;
58}
59
60int run_test(int argc, ACE_TCHAR *argv[], Args& my_args)
61{

Callers 1

run_testFunction · 0.70

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected