MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / getLoader

Method getLoader

src/actions/Preload.ts:176–178  ·  view source on GitHub ↗

* Get a loader configuration by type * @param type - Loader type name * @returns The loader configuration or undefined if not registered

(type: string)

Source from the content-addressed store, hash-verified

174 * @returns The loader configuration or undefined if not registered
175 */
176 static getLoader(type: string): LoaderConfig | undefined {
177 return this._loaders.get(type);
178 }
179
180 /**
181 * Check if a category has a registered loader

Callers 6

preloadMethod · 0.80
preloadAssetMethod · 0.80
unloadAssetMethod · 0.80
unloadCharacterMethod · 0.80
unloadCategoryAssetsMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected