Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/acode/cli
/ service
Method
service
cli/local_gateway.js:31–33 ·
view source on GitHub ↗
(serviceName)
Source
from the content-addressed store, hash-verified
29
}
30
31
service (serviceName) {
32
this.serviceName = serviceName.replace(/^\
//gi, '');
33
}
34
35
environment (env) {
36
Object.keys(env).forEach(key => process.env[key] = env[key]);
Callers
2
local_http.js
File · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected