Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/streamlit/streamlit
/ get
Function
get
frontend/lib/src/util/utils.test.ts:626–628 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
624
const
mockTop = {}
625
Object.defineProperty(mockTop,
"location"
, {
626
get() {
627
throw
new
Error(
"Access blocked"
)
628
},
629
configurable: true,
630
})
631
withChildFrameTop(mockTop, () => {
Callers
1
getElementId
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected