Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
void PathSearcher::addSearchPath(const std::string &path)
41
{
42
m_paths.push_back(path);
43
}
44
45
void PathSearcher::setTempPath(const std::string &path)
46
{
Callers
2
processOptions
Method · 0.80
processOptions
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected