MCPcopy Index your code
hub / github.com/SocketCluster/socketcluster / clientFileSourcePath

Function clientFileSourcePath

bin/lib/index.js:13–15  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

11const destDir = (app) => path.normalize(`${wd}/${app}`);
12
13const clientFileSourcePath = (dir) => path.normalize(
14 `${dir}/node_modules/socketcluster-client/socketcluster-client.js`,
15);
16
17const clientFileDestPath = (dir) => path.normalize(
18 `${dir}/public/socketcluster-client.js`,

Callers 1

createSuccessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…