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

Function workers

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

Source from the content-addressed store, hash-verified

163 return path.join(ss.root,options.dirs.system);
164 },
165 get workers() {
166 return path.join(ss.root,options.dirs.workers);
167 },
168 get css() {
169 return path.join(ss.root,options.dirs.css);
170 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected