Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ unregisterContainer
Function
unregisterContainer
src/utils/display-observer.js:93–95 ·
view source on GitHub ↗
(container)
Source
from the content-addressed store, hash-verified
91
* @param {!Element} container
92
*/
93
export
function
unregisterContainer(container) {
94
getObserver(container).unregisterContainer(container);
95
}
96
97
/**
98
* @implements {Disposable}
Callers
1
test-display-observer.js
File · 0.90
Calls
2
unregisterContainer
Method · 0.80
getObserver
Function · 0.70
Tested by
no test coverage detected