MCPcopy Create free account
hub / github.com/ZDoom/Raze / UnlockBuffer

Method UnlockBuffer

source/common/utility/zstring.cpp:192–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void FString::UnlockBuffer()
193{
194 assert (Data()->RefCount < 0);
195
196 if (++Data()->RefCount == 0)
197 {
198 Data()->RefCount = 1;
199 }
200}
201
202FString &FString::operator = (const FString &other)
203{

Callers 7

SubstituteAliasParamsFunction · 0.80
OpenLumpNumMethod · 0.80
PrepareScriptMethod · 0.80
LoadMethod · 0.80
RemoveLegacyUserUniformsFunction · 0.80
RemoveSamplerBindingsFunction · 0.80
RemoveLayoutLocationDeclFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected