MCPcopy
hub / github.com/acode/cli / environment

Method environment

cli/local_gateway.js:35–38  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

33 }
34
35 environment (env) {
36 Object.keys(env).forEach(key => process.env[key] = env[key]);
37 return true;
38 }
39
40 listen (port, callback, opts) {
41 port = port || this.port;

Callers 2

local_http.jsFile · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected