Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AssumeRole
Method · 0.80
Calls
2
StrDup
Function · 0.85
end
Method · 0.45
Tested by
no test coverage detected