Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ addSearchPath
Method
addSearchPath
plugins/plugin_utils/plugin_HTTP.cpp:1046–1050 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1044
}
1045
1046
void Templateiser::addSearchPath(const char* path) {
1047
if (path) {
1048
filePaths.push_back(std::string(path));
1049
}
1050
}
1051
1052
void Templateiser::flushSearchPaths(void) {
1053
filePaths.clear();
Callers
3
init
Method · 0.80
init
Method · 0.80
init
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected