MCPcopy 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

provisionFunction · 0.65
setUpFunction · 0.65
buildFunction · 0.65
runUserCommandsFunction · 0.65
execFunction · 0.65

Implementers 1

NodeEventEmittersrc/spec-utils/event.ts

Calls

no outgoing calls

Tested by

no test coverage detected