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

Method AddArgument

test/common/gtest/gtest.cpp:7827–7829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7825 }
7826 }
7827 void AddArgument(const char* argument) {
7828 args_.insert(args_.end() - 1, posix::StrDup(argument));
7829 }
7830
7831 template <typename Str>
7832 void AddArguments(const ::std::vector<Str>& arguments) {

Callers 1

AssumeRoleMethod · 0.80

Calls 2

StrDupFunction · 0.85
endMethod · 0.45

Tested by

no test coverage detected