Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ AddArgument
Method
AddArgument
rtpose_wrapper/src/gtest/gtest-all.cpp:7053–7055 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7051
}
7052
}
7053
void AddArgument(const char* argument) {
7054
args_.insert(args_.end() - 1, posix::StrDup(argument));
7055
}
7056
7057
template <typename Str>
7058
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