Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ close
Method
close
library/MemoryPatcher.cpp:75–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void MemoryPatcher::close()
76
{
77
for (size_t i = 0; i < save.size(); i++)
78
p->setPermissions(save[i], save[i]);
79
80
save.clear();
81
ranges.clear();
82
};
83
}
Callers
5
InitSimulationThread
Method · 0.45
GetDefaultPort
Method · 0.45
ServerMainImpl
Method · 0.45
writeToGamelog
Method · 0.45
save
Method · 0.45
Calls
3
setPermissions
Method · 0.80
size
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected