Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/node-pty
/ IWorkerData
Interface
IWorkerData
src/shared/conout.ts:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
*/
4
5
export
interface
IWorkerData {
6
conoutPipeName: string;
7
}
8
9
export
const
enum ConoutWorkerMessage {
10
READY = 1
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…