Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FastForwardTeam/FastForward
/ unsafelyAssign
Function
unsafelyAssign
src/js/injection_script.js:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
return
true
55
},
56
unsafelyAssign = target => {
57
navigated = true
58
window.onbeforeunload = null
59
location.assign(target)
60
},
61
unsafelyNavigate = target => {
62
if
(navigated) {
63
return
Callers
2
unsafelyNavigate
Function · 0.85
safelyAssign
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected