Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
10
interface
IWeakRef<T extends object> {
11
deref(): T | undefined;
12
}
13
14
/**
Callers
8
getSceneByEntityId
Function · 0.65
clearReferencesTo
Method · 0.65
clearComponentReferences
Method · 0.65
getReferencesTo
Method · 0.65
cleanup
Method · 0.65
getDebugInfo
Method · 0.65
_findRecord
Method · 0.65
ReferenceTracker.test.ts
File · 0.65
Implementers
1
WeakRefPolyfill
packages/core/src/ECS/Core/ReferenceTr
Calls
no outgoing calls
Tested by
no test coverage detected