Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MALSync/MALSync
/ inIframe
Function
inIframe
src/index.ts:133–139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
131
}
132
133
function
inIframe() {
134
try {
135
return
window.self !== window.top;
136
} catch (e) {
137
return
true;
138
}
139
}
140
141
let
dbActive = false;
142
function
injectDb() {
Callers
1
runPage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected