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

Method authEnabled

test/e2e/models/CodeServer.ts:260–262  ·  view source on GitHub ↗

* Whether or not authentication is enabled.

()

Source from the content-addressed store, hash-verified

258 * Whether or not authentication is enabled.
259 */
260 authEnabled(): boolean {
261 return this.args.includes("password")
262 }
263}
264
265/**

Callers 1

navigateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected