MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / setPluginName

Method setPluginName

plugins/plugin_utils/plugin_HTTP.cpp:1036–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034
1035
1036void Templateiser::setPluginName(const char* name, const char* URL) {
1037 if (name) {
1038 pluginName = name;
1039 }
1040
1041 if (URL) {
1042 baseURL = URL;
1043 }
1044}
1045
1046void Templateiser::addSearchPath(const char* path) {
1047 if (path) {

Callers 3

initMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected