MCPcopy Create free account
hub / github.com/redis/RedisInsight / register

Method register

redisinsight/api/src/modules/auth/auth.module.ts:10–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8@Module({})
9export class AuthModule {
10 static register() {
11 const imports = [];
12
13 if (SERVER_CONFIG.buildType === BuildType.Electron) {
14 imports.push(WindowAuthModule);
15 }
16
17 return {
18 module: AuthModule,
19 imports,
20 };
21 }
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected