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

Function clientFileDestPath

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

Source from the content-addressed store, hash-verified

15);
16
17const clientFileDestPath = (dir) => path.normalize(
18 `${dir}/public/socketcluster-client.js`,
19);
20
21const getSCCWorkerDeploymentDefPath = function (kubernetesTargetDir) {
22 return `${kubernetesTargetDir}/scc-worker-deployment.yaml`;

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…