Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scality/cloudserver
/ parseSproxydConfig.js
File
parseSproxydConfig.js
tests/unit/testConfigs/parseSproxydConfig.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
assert = require(
'assert'
);
2
const
{ parseSproxydConfig } = require(
'../../../lib/Config'
);
3
4
function
makeSproxydConf(bootstrap, chordCos, sproxydPath) {
Callers
nothing calls this directly
Calls
2
parseSproxydConfig
Function · 0.85
makeSproxydConf
Function · 0.85
Tested by
no test coverage detected