Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ destroy
Method
destroy
packages/core/src/render3/reactivity/effect.ts:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
destroy(): void {
57
this[SIGNAL].destroy();
58
}
59
}
60
61
/**
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.65
Tested by
no test coverage detected