Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ resetShadowStyleCacheForTesting
Function
resetShadowStyleCacheForTesting
src/core/dom/shadow-embed.js:40–42 ·
view source on GitHub ↗
(win)
Source
from the content-addressed store, hash-verified
38
* @visibleForTesting
39
*/
40
export
function
resetShadowStyleCacheForTesting(win) {
41
win[SHADOW_CSS_CACHE] = null;
42
}
Callers
1
test-shadow-embed.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected