Datalayer VS Code Extension - v0.0.6
    Preparing search index...

    Module webview/services/validationHelpers

    // Validate kernel exists before operation
    ValidationHelpers.validateKernel(this._activeKernel, id);
    await this._activeKernel.shutdown();

    // Validate session exists before operation
    ValidationHelpers.validateSession(this._activeSession, id);
    await this._activeSession.shutdown();

    Classes

    ValidationHelpers