MCPcopy 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
30func (o *readonlyEnvObject) Set(_ string, _ goja.Value) bool {
31 return false
32}
33
34func (o *readonlyEnvObject) Has(key string) bool {
35 _, ok := o.m[key]

Callers 15

ExportEnvFunction · 0.45
AddIsPlainHostNameFunction · 0.45
AddDNSDomainIsFunction · 0.45
AddLocalHostOrDomainIsFunction · 0.45
AddDNSDomainLevelsFunction · 0.45
AddPrinterFunction · 0.45
AddShExpMatchFunction · 0.45
AddStopAddressIterationFunction · 0.45
AddFileReaderFunction · 0.45
AddGetClientVersionFunction · 0.45
AddConvertAddrFunction · 0.45
AddMyIPAddressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected