Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ readTuple
Method
readTuple
bwapi/BWScriptEmulator/ScriptThread.h:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
// Read data as tuple
64
template <class T>
65
void readTuple(T &tup)
66
{
67
TupleHelper<T,std::tuple_size<T>::value>::readTuple(tup, *this);
68
};
69
70
// Execute script
71
void execute();
Callers
15
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected