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

Method getLoaderType

src/actions/Preload.ts:167–169  ·  view source on GitHub ↗

* Get the loader type for a category * @param category - Category name * @returns The loader type string or undefined if not registered

(category: string)

Source from the content-addressed store, hash-verified

165 * @returns The loader type string or undefined if not registered
166 */
167 static getLoaderType(category: string): string | undefined {
168 return this._categoryLoaderMap.get(category);
169 }
170
171 /**
172 * Get a loader configuration by type

Callers 5

preloadMethod · 0.80
preloadAssetMethod · 0.80
unloadAssetMethod · 0.80
unloadCategoryAssetsMethod · 0.80
isAudioCategoryMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected