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

Class

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

Source from the content-addressed store, hash-verified

6const Pusher = require('pusher-js');
7
8class Registry {
9
10 constructor (host, port, accessToken) {
11 this.host = host;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected