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

Method toJSON

src/commands/remote-setup/api.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 return '[REDACTED:gh-token]'
26 }
27 toJSON(): string {
28 return '[REDACTED:gh-token]'
29 }
30 [Symbol.for('nodejs.util.inspect.custom')](): string {
31 return '[REDACTED:gh-token]'
32 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected