MCPcopy Index your code
hub / github.com/Marus/cortex-debug / TclCommandQueue

Interface TclCommandQueue

src/openocd.ts:496–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496interface TclCommandQueue {
497 cmd: string;
498 id: number;
499 resolve: any;
500 reject: any;
501 result?: string;
502 error?: any;
503}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected