Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SenseUnit/dumbproxy
/ Set
Method
Set
jsext/env.go:30–32 ·
view source on GitHub ↗
(_ string, _ goja.Value)
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(o *readonlyEnvObject) Set(_ string, _ goja.Value) bool {
31
return
false
32
}
33
34
func
(o *readonlyEnvObject) Has(key string) bool {
35
_, ok := o.m[key]
Callers
15
ExportEnv
Function · 0.45
AddIsPlainHostName
Function · 0.45
AddDNSDomainIs
Function · 0.45
AddLocalHostOrDomainIs
Function · 0.45
AddDNSDomainLevels
Function · 0.45
AddPrinter
Function · 0.45
AddShExpMatch
Function · 0.45
AddStopAddressIteration
Function · 0.45
AddFileReader
Function · 0.45
AddGetClientVersion
Function · 0.45
AddConvertAddr
Function · 0.45
AddMyIPAddress
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected