MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / loadCoreModules

Method loadCoreModules

dashboard/src/i18n/loader.ts:161–163  ·  view source on GitHub ↗

* 加载核心模块(最高优先级)

(locale: string)

Source from the content-addressed store, hash-verified

159 * 加载核心模块(最高优先级)
160 */
161 async loadCoreModules(locale: string): Promise<any> {
162 return this.loadModules(locale, 'core');
163 }
164
165 /**
166 * 加载功能模块

Callers 1

loadAllModulesMethod · 0.95

Calls 1

loadModulesMethod · 0.95

Tested by

no test coverage detected