Pike LSP TypeScript API - v0.1.0-alpha.20
    Preparing search index...

    Lifecycle callback information

    interface LifecycleInfo {
        callbacks: string[];
        has_create: number;
        has_start: number;
        has_status: number;
        has_stop: number;
        missing_required: string[];
    }
    Index

    Properties

    callbacks: string[]

    Names of lifecycle callbacks found

    has_create: number

    Whether create() callback exists

    has_start: number

    Whether start() callback exists

    has_status: number

    Whether status() callback exists

    has_stop: number

    Whether stop() callback exists

    missing_required: string[]

    Missing required callbacks (by module type)