node-lxc
    Preparing search index...

    Variable HasApiExtension

    HasApiExtension: (extension: string) => boolean

    Type Declaration

      • (extension: string): boolean
      • Determine whether a specific LXC API extension is available in this build. Extension names are stable strings such as "container_snapshot_comments", "mount_injection", or "seccomp_notify".

        Parameters

        • extension: string

          {string} Extension name to test.

        Returns boolean

        true if the extension is available, false otherwise.