MCPcopy
hub / github.com/dotenvx/dotenvx / set

Method set

tests/db/session.test.js:170–172  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

168 }
169
170 set (key, value) {
171 values[key] = value
172 }
173 }
174
175 const Session = proxyquire('../../src/db/session', {

Callers 4

executeCommandFunction · 0.80
notifyUpdateMethod · 0.80
loginMethod · 0.80
privateKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected