MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsDisposed

Function IsDisposed

Source/Engine/Content/Storage/FlaxStorage.h:263–266  ·  view source on GitHub ↗

Determines whether this instance is disposed.

Source from the content-addressed store, hash-verified

261 /// Determines whether this instance is disposed.
262 /// </summary>
263 FORCE_INLINE bool IsDisposed() const
264 {
265 return _version == 0;
266 }
267
268 /// <summary>
269 /// Gets total memory used by chunks (in bytes).

Callers 2

~FlaxStorageMethod · 0.85
DisposeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected