Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ IsEmbedded
Function
IsEmbedded
Sources/Shared/Environment.cpp:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
#if defined(DEATH_TARGET_EMSCRIPTEN)
52
bool IsEmbedded() noexcept
53
{
54
return EM_ASM_INT({
55
return window.self !== window.top;
56
});
57
}
58
#endif
59
60
bool IsSandboxed() noexcept
Callers
1
OnShow
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected