MCPcopy Create free account
hub / github.com/acode/cli /

Class

cli/local_gateway.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6const Gateway = require('functionscript').Daemon.Gateway;
7
8class LocalGateway extends Gateway {
9
10 constructor (cfg) {
11 cfg = cfg || {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected