MCPcopy Create free account
hub / github.com/socketstream/socketstream / root

Function root

lib/client/index.js:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 },
155 dirs: {
156 get root() {
157 return path.join(ss.root,options.dirs.client);
158 },
159 get code() {
160 return path.join(ss.root,options.dirs.code);
161 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected