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

Class

src/commands/remote-setup/api.ts:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 * value is placed into an HTTP body.
15 */
16export class RedactedGithubToken {
17 readonly #value: string
18 constructor(raw: string) {
19 this.#value = raw

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected