MCPcopy Create free account
hub / github.com/esengine/esengine / deref

Method deref

packages/core/src/ECS/Core/ReferenceTracker.ts:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 */
10interface IWeakRef<T extends object> {
11 deref(): T | undefined;
12}
13
14/**

Callers 8

getSceneByEntityIdFunction · 0.65
clearReferencesToMethod · 0.65
getReferencesToMethod · 0.65
cleanupMethod · 0.65
getDebugInfoMethod · 0.65
_findRecordMethod · 0.65

Implementers 1

WeakRefPolyfillpackages/core/src/ECS/Core/ReferenceTr

Calls

no outgoing calls

Tested by

no test coverage detected