Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
496
interface
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