Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/devcontainers/cli
/ IDisposable
Interface
IDisposable
src/spec-node/typings/node-pty.d.ts:191–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
* An object that can be disposed via a dispose
function
.
190
*/
191
export
interface
IDisposable {
192
dispose(): void;
193
}
194
195
/**
196
* An event that can be listened to.
Callers
5
provision
Function · 0.65
setUp
Function · 0.65
build
Function · 0.65
runUserCommands
Function · 0.65
exec
Function · 0.65
Implementers
1
NodeEventEmitter
src/spec-utils/event.ts
Calls
no outgoing calls
Tested by
no test coverage detected