Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ BackpatchListToHere
Method
BackpatchListToHere
source/common/scripting/backend/vmbuilder.cpp:772–776 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
770
}
771
772
void VMFunctionBuilder::BackpatchListToHere(TArray<size_t> &locs)
773
{
774
for (auto loc : locs)
775
Backpatch(loc, Code.Size());
776
}
777
778
//==========================================================================
779
//
Callers
1
Emit
Method · 0.80
Calls
1
Size
Method · 0.45
Tested by
no test coverage detected