Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
const
Pusher = require(
'pusher-js'
);
7
8
class
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