MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetFirstInstr

Method GetFirstInstr

sdk/angelscript/source/as_bytecode.cpp:2875–2878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2873}
2874
2875asCByteInstruction* asCByteCode::GetFirstInstr()
2876{
2877 return first;
2878}
2879
2880int asCByteCode::GetLastInstr()
2881{

Callers 1

DoAssignmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected