MCPcopy
hub / github.com/ericc-ch/copilot-api / DebugInfo

Interface DebugInfo

src/debug.ts:10–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { PATHS } from "./lib/paths"
9
10interface DebugInfo {
11 version: string
12 runtime: {
13 name: string
14 version: string
15 platform: string
16 arch: string
17 }
18 paths: {
19 APP_DIR: string
20 GITHUB_TOKEN_PATH: string
21 }
22 tokenExists: boolean
23}
24
25interface RunDebugOptions {
26 json: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…