MCPcopy Create free account
hub / github.com/bwapi/bwapi / GetPluginName

Function GetPluginName

bwapi/BWAPI_PluginInjector/common.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "common.h"
8
9std::string GetPluginName()
10{
11 std::stringstream ss_name;
12 ss_name << "BWAPI " << BWAPI_VER << " Injector [" << BUILD_STR << "]";
13 return ss_name.str();
14}
15
16std::string GetBWAPITarget()
17{

Callers 2

GetDataFunction · 0.85
GetPluginNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected