MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / get

Method get

src/server/angelscript/angelscript/source/as_atomic.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46asDWORD asCAtomic::get() const
47{
48 // A very high ref count is highly unlikely. It most likely a problem with
49 // memory that has been overwritten or is being accessed after it was deleted.
50 asASSERT(value < 1000000);
51
52 return value;
53}
54
55void asCAtomic::set(asDWORD val)
56{

Callers 15

~asCScriptObjectMethod · 0.45
ReleaseMethod · 0.45
GetRefCountMethod · 0.45
ReleaseMethod · 0.45
ReleaseInternalMethod · 0.45
HasLiveObjectsMethod · 0.45
~asCScriptEngineMethod · 0.45
AddRefMethod · 0.45
HasExternalReferencesMethod · 0.45
InternalResetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected