# disk-usage-insights/1.2/vendor/composer/autoload_static.php

Disk Usage Insights, version 1.2. 47 lines.

- Page: https://pluginprobe.com/plugins/disk-usage-insights/1.2/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/disk-usage-insights/1.2/raw/vendor/composer/autoload_static.php
- Modified: 2024-12-19T11:37:04+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/disk-usage-insights/1.2/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInitb0bae40ca647eb2fe63fda4b3a37c636
{
    public static $prefixLengthsPsr4 = array (
        'M' => 
        array (
            'Mgleis\\PhpSqliteKeyValueStore\\' => 30,
            'Mgleis\\PhpSqliteJobQueue\\' => 25,
            'Mgleis\\DiskUsageInsights\\' => 25,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'Mgleis\\PhpSqliteKeyValueStore\\' => 
        array (
            0 => __DIR__ . '/..' . '/mgleis/php-sqlite-key-value-store/src',
        ),
        'Mgleis\\PhpSqliteJobQueue\\' => 
        array (
            0 => __DIR__ . '/..' . '/mgleis/php-sqlite-job-queue/src',
        ),
        'Mgleis\\DiskUsageInsights\\' => 
        array (
            0 => __DIR__ . '/../..' . '/src',
        ),
    );

    public static $classMap = array (
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInitb0bae40ca647eb2fe63fda4b3a37c636::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInitb0bae40ca647eb2fe63fda4b3a37c636::$prefixDirsPsr4;
            $loader->classMap = ComposerStaticInitb0bae40ca647eb2fe63fda4b3a37c636::$classMap;

        }, null, ClassLoader::class);
    }
}

```
