Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SenseUnit/dumbproxy
/ ExportEnv
Function
ExportEnv
jsext/env.go:72–74 ·
view source on GitHub ↗
(vm *goja.Runtime)
Source
from the content-addressed store, hash-verified
70
}
71
72
func
ExportEnv(vm *goja.Runtime) error {
73
return
vm.GlobalObject().Set(
"env"
, GetEnvSharedDynamicObject())
74
}
Callers
nothing calls this directly
Calls
2
GetEnvSharedDynamicObject
Function · 0.85
Set
Method · 0.45
Tested by
no test coverage detected