Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected