MCPcopy Create free account
hub / github.com/freecodexyz/free-code / constructor

Method constructor

src/commands/remote-setup/api.ts:18–20  ·  view source on GitHub ↗
(raw: string)

Source from the content-addressed store, hash-verified

16export class RedactedGithubToken {
17 readonly #value: string
18 constructor(raw: string) {
19 this.#value = raw
20 }
21 reveal(): string {
22 return this.#value
23 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected