MCPcopy Index your code
hub / github.com/coder/code-server / append

Function append

src/node/util.ts:61–61  ·  view source on GitHub ↗
(p: string)

Source from the content-addressed store, hash-verified

59export function getEnvPaths(platform = process.platform): Paths {
60 const paths = envPaths("code-server", { suffix: "" })
61 const append = (p: string): string => path.join(p, "code-server")
62 switch (platform) {
63 case "darwin":
64 return {

Callers 1

getEnvPathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected