Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/node-pty
/ IProcessEnv
Interface
IProcessEnv
src/interfaces.ts:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
*/
5
6
export
interface
IProcessEnv {
7
[key: string]: string | undefined;
8
}
9
10
export
interface
ITerminal {
11
/**
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…