Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2875
asCByteInstruction* asCByteCode::GetFirstInstr()
2876
{
2877
return first;
2878
}
2879
2880
int asCByteCode::GetLastInstr()
2881
{
Callers
1
DoAssignment
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected