MCPcopy Index your code
hub / github.com/coder/code-server / helpers.test.ts

File helpers.test.ts

test/unit/helpers.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { promises as fs } from "fs"
2import { clean, getAvailablePort, getMaybeProxiedPathname, tmpdir, useEnv } from "../../test/utils/helpers"
3import { REVERSE_PROXY_BASE_PATH } from "../utils/constants"
4

Callers

nothing calls this directly

Calls 8

cleanFunction · 0.90
tmpdirFunction · 0.90
useEnvFunction · 0.90
getAvailablePortFunction · 0.90
getMaybeProxiedPathnameFunction · 0.90
describeFunction · 0.85
setValueFunction · 0.85
resetValueFunction · 0.85

Tested by

no test coverage detected