MCPcopy Create free account
hub / github.com/msgbyte/tailchat / initPlugins

Function initPlugins

client/web/src/plugin/loader.ts:7–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 * 初始化插件
6 */
7export async function initPlugins(): Promise<void> {
8 registerDependencies();
9 registerModules();
10
11 await pluginManager.initPlugins();
12}
13
14function registerDependencies() {
15 regDependency('react', () => import('react'));

Callers 1

index.tsxFile · 0.90

Calls 2

registerDependenciesFunction · 0.85
registerModulesFunction · 0.85

Tested by

no test coverage detected