Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ getName
Method
getName
bwapi/BWScriptEmulator/Opcode.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
const char * const Opcode::getName() const
15
{
16
return AISCRIPT::getOpcodeName(this->opcode);
17
}
18
19
AISCRIPT::Enum::Enum Opcode::getOpcode() const
20
{
Callers
nothing calls this directly
Calls
1
getOpcodeName
Function · 0.85
Tested by
no test coverage detected