MCPcopy
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.jsFile · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected