MCPcopy 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
1046void Templateiser::addSearchPath(const char* path) {
1047 if (path) {
1048 filePaths.push_back(std::string(path));
1049 }
1050}
1051
1052void Templateiser::flushSearchPaths(void) {
1053 filePaths.clear();

Callers 3

initMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected