MCPcopy
hub / github.com/dotenvx/dotenvx / get

Method get

tests/db/session.test.js:166–168  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

164 }
165
166 get (key) {
167 return values[key]
168 }
169
170 set (key, value) {
171 values[key] = value

Callers 5

getColorFunction · 0.80
readSettingMethod · 0.80
readDotenvxSettingMethod · 0.80
privateKeyMethod · 0.80
main.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected