Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ destroyLastScope
Function
destroyLastScope
tools/ngui/static/js/lib/angular.js:14171–14176 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14169
14170
14171
function
destroyLastScope() {
14172
if
(lastScope) {
14173
lastScope.$destroy();
14174
lastScope = null;
14175
}
14176
}
14177
14178
function
clearContent() {
14179
element.html(
''
);
Callers
2
clearContent
Function · 0.85
update
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected