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

Method addSearchPath

erpcgen/src/SearchPath.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void PathSearcher::addSearchPath(const std::string &path)
41{
42 m_paths.push_back(path);
43}
44
45void PathSearcher::setTempPath(const std::string &path)
46{

Callers 2

processOptionsMethod · 0.80
processOptionsMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected