MCPcopy
hub / github.com/alibaba/lightproxy / formatPath

Function formatPath

src/main/install.ts:132–132  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

130 await fs.writeFileAsync(path.join(dir, CERT_FILE_NAME), certs.cert, 'utf-8');
131
132 const formatPath = (path: string) => '"' + path + '"';
133
134 const INSTALL_DONE_FILE = '/tmp/lightproxy-install-done';
135 // 信任证书 & 安装 helper

Callers 1

showGuideFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected