MCPcopy Create free account
hub / github.com/SocketCluster/socketcluster / getSCCBrokerDeploymentDefPath

Function getSCCBrokerDeploymentDefPath

bin/lib/index.js:25–27  ·  view source on GitHub ↗
(kubernetesTargetDir)

Source from the content-addressed store, hash-verified

23};
24
25const getSCCBrokerDeploymentDefPath = function (kubernetesTargetDir) {
26 return `${kubernetesTargetDir}/scc-broker-deployment.yaml`;
27};
28
29let fileExistsSync = function (filePath) {
30 try {

Callers 1

performDeploymentFunction · 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…