Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mozilla/multi-account-containers
/ buildBackgroundDom
Function
buildBackgroundDom
test/common.js:62–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
};
61
62
const
buildBackgroundDom = background => {
63
return
buildDom({
64
background,
65
popup: false
66
});
67
};
68
69
const
buildPopupDom = popup => {
70
return
buildDom({
Callers
1
1140.test.js
File · 0.85
Calls
1
buildDom
Function · 0.85
Tested by
no test coverage detected